Html Css Color HEX #B02CBA Dark Orchid

📋 copy color: '#B02CBA'

red 176 ◦ green 44 ◦ blue 186

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

Shades of Dark Orchid #B02CBA

Tints of Dark Orchid #B02CBA

RGB

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

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

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

R = 43.35%
G = 10.84%
B = 45.81%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B02CBA (or 0xB02CBA) is known color: Dark Orchid. HEX triplet: B0, 2C and BA. RGB value is (176,44,186). Sum of RGB (Red+Green+Blue) = 176+44+186=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #B02CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02CBA is #4FD345. Grayscale: #636363. Windows color (decimal): -5231430 or 12201136. OLE color: 12201136.

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

Color convert

RGB 176 44 186 -
CMYK 0.05 0.76 0 0.27
HSL 295.77º 0.62% 0.45% -
HSV(B) 295.77º 0.76% 0.73% -
XYZ 27.67 14.58 47.81 -
YUV 99.66 176.73 182.45 -
System Red Green Blue C M Y K H S L
Decimal 176 44 186 0.05 0.76 0 0.27 295.77 0.62 0.45
Hex B0 2C BA 5 4C 0 1B 128 3E 2D
Octal 260 54 272 5 114 0 33 450 76 55
Binary 10110000 101100 10111010 101 1001100 0 11011 100101000 111110 101101

Color Harmonies of #B02CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02CBA

Black with #B02CBA

Text Example


Text Example

White with #B02CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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