Html Css Color HEX #B02BBA Dark Orchid

📋 copy color: '#B02BBA'

red 176 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #B02BBA

Tints of Dark Orchid #B02BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 43.46%
G = 10.62%
B = 45.93%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B02BBA (or 0xB02BBA) is known color: Dark Orchid. HEX triplet: B0, 2B and BA. RGB value is (176,43,186). Sum of RGB (Red+Green+Blue) = 176+43+186=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #B02BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02BBA is #4FD445. Grayscale: #626262. Windows color (decimal): -5231686 or 12200880. OLE color: 12200880.

HSL color Cylindrical-coordinate representation of color #B02BBA: hue angle of 295.8º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02BBA is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 43 186 -
CMYK 0.05 0.77 0 0.27
HSL 295.8º 0.62% 0.45% -
HSV(B) 295.8º 0.77% 0.73% -
XYZ 27.63 14.5 47.8 -
YUV 99.07 177.06 182.87 -
System Red Green Blue C M Y K H S L
Decimal 176 43 186 0.05 0.77 0 0.27 295.8 0.62 0.45
Hex B0 2B BA 5 4D 0 1B 128 3E 2D
Octal 260 53 272 5 115 0 33 450 76 55
Binary 10110000 101011 10111010 101 1001101 0 11011 100101000 111110 101101

Color Harmonies of #B02BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02BBA

Black with #B02BBA

Text Example


Text Example

White with #B02BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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