Html Css Color HEX #B02BEB Dark Orchid

📋 copy color: '#B02BEB'

red 176 ◦ green 43 ◦ blue 235

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

Shades of Dark Orchid #B02BEB

Tints of Dark Orchid #B02BEB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.47%

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

R = 38.77%
G = 9.47%
B = 51.76%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B02BEB (or 0xB02BEB) is known color: Dark Orchid. HEX triplet: B0, 2B and EB. RGB value is (176,43,235). Sum of RGB (Red+Green+Blue) = 176+43+235=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #B02BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02BEB is #4FD414. Grayscale: #686868. Windows color (decimal): -5231637 or 15412144. OLE color: 15412144.

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

Color convert

RGB 176 43 235 -
CMYK 0.25 0.82 0 0.08
HSL 281.56º 0.83% 0.55% -
HSV(B) 281.56º 0.82% 0.92% -
XYZ 33.76 16.96 80.09 -
YUV 104.66 201.56 178.89 -
System Red Green Blue C M Y K H S L
Decimal 176 43 235 0.25 0.82 0 0.08 281.56 0.83 0.55
Hex B0 2B EB 19 52 0 8 11A 53 37
Octal 260 53 353 31 122 0 10 432 123 67
Binary 10110000 101011 11101011 11001 1010010 0 1000 100011010 1010011 110111

Color Harmonies of #B02BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02BEB

Black with #B02BEB

Text Example


Text Example

White with #B02BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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