Html Css Color HEX #B02CEB Dark Orchid

📋 copy color: '#B02CEB'

red 176 ◦ green 44 ◦ blue 235

#B02CEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B02CEB

Tints of Dark Orchid #B02CEB

RGB

 RED value IS 176 (69.14% from 255) = 38.68%

 GREEN value IS 44 (17.58% from 255) = 9.67%

 BLUE value IS 235 (92.19% from 255) = 51.65%

R = 38.68%
G = 9.67%
B = 51.65%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B02CEB (or 0xB02CEB) is known color: Dark Orchid. HEX triplet: B0, 2C and EB. RGB value is (176,44,235). Sum of RGB (Red+Green+Blue) = 176+44+235=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #B02CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02CEB is #4FD314. Grayscale: #686868. Windows color (decimal): -5231381 or 15412400. OLE color: 15412400.

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

Color convert

RGB 176 44 235 -
CMYK 0.25 0.81 0 0.08
HSL 281.47º 0.83% 0.55% -
HSV(B) 281.47º 0.81% 0.92% -
XYZ 33.8 17.03 80.1 -
YUV 105.24 201.23 178.47 -
System Red Green Blue C M Y K H S L
Decimal 176 44 235 0.25 0.81 0 0.08 281.47 0.83 0.55
Hex B0 2C EB 19 51 0 8 119 53 37
Octal 260 54 353 31 121 0 10 431 123 67
Binary 10110000 101100 11101011 11001 1010001 0 1000 100011001 1010011 110111

Color Harmonies of #B02CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02CEB

Black with #B02CEB

Text Example


Text Example

White with #B02CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02CEB; }

 p { color: rgb(176,44,235); }

 H1.HeaderClassName
 {
   color: #B02CEB;
 }
 .AnyTagClassName
 {
   color: #B02CEB;
 }
</style>

background-color css

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

 a { background-color: rgb(176,44,235); }

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

border-color css

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

 span { border-color: rgb(176,44,235); }

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