#B235EA

Color #B235EA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B235EA

Tints of Dark Orchid #B235EA

Color information

#B235EA (or 0xB235EA) is unknown color: approx Dark Orchid. HEX triplet: B2, 35 and EA. RGB value is (178,53,234). Sum of RGB (Red+Green+Blue) = 178+53+234=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #B235EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B235EA is #4DCA15. Grayscale: #6E6E6E. Windows color (decimal): -5098006 or 15349170. OLE color: 15349170.

HSL color Cylindrical-coordinate representation of color #B235EA: hue angle of 281.44º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B235EA is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17853234-
CMYK0.240.7700.08
HSL281.44º81.17%56.27%-
HSV(B)281.44º77.35%91.76%-
XYZ34.4817.9579.49-
YUV111.01197.41175.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 53 (21.09% from 255) = 11.40%
BLUE value IS 234 (91.80% from 255) = 50.32%
R=38.28%
G=11.40%
B=50.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal178532340.240.7700.08281.4481.1756.27
HexB235EA184D081195138
Octal262653523011501043112170
Binary1011001011010111101010110001001101010001000110011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B235EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B235EA; }

 p { color: rgb(178,53,234); }

 H1.HeaderClassName
 {
   color: #B235EA;
 }
 .AnyTagClassName
 {
   color: #B235EA;
 }
</style>
background-color css

<style>
 a { background-color: #B235EA; }

 a { background-color: rgb(178,53,234); }

 div.DivClassName
 {
   background-color: #B235EA;
 }
 .BgClassName
 {
   background-color: #B235EA;
 }
</style>
border-color css

<style>
 span { border-color: #B235EA; }

 span { border-color: rgb(178,53,234); }

 td.TdClassName
 {
   border-color: #B235EA;
 }
 .TagClassName
 {
   border-color: #B235EA;
 }
</style>