Html Css Color HEX #B01CBA Dark Orchid

📋 copy color: '#B01CBA'

red 176 ◦ green 28 ◦ blue 186

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

Shades of Dark Orchid #B01CBA

Tints of Dark Orchid #B01CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.18%

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

R = 45.13%
G = 7.18%
B = 47.69%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B01CBA (or 0xB01CBA) is known color: Dark Orchid. HEX triplet: B0, 1C and BA. RGB value is (176,28,186). Sum of RGB (Red+Green+Blue) = 176+28+186=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #B01CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01CBA is #4FE345. Grayscale: #595959. Windows color (decimal): -5235526 or 12197040. OLE color: 12197040.

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

Color convert

RGB 176 28 186 -
CMYK 0.05 0.85 0 0.27
HSL 296.2º 0.74% 0.42% -
HSV(B) 296.2º 0.85% 0.73% -
XYZ 27.18 13.61 47.65 -
YUV 90.26 182.03 189.15 -
System Red Green Blue C M Y K H S L
Decimal 176 28 186 0.05 0.85 0 0.27 296.2 0.74 0.42
Hex B0 1C BA 5 55 0 1B 128 4A 2A
Octal 260 34 272 5 125 0 33 450 112 52
Binary 10110000 11100 10111010 101 1010101 0 11011 100101000 1001010 101010

Color Harmonies of #B01CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01CBA

Black with #B01CBA

Text Example


Text Example

White with #B01CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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