Html Css Color HEX #B00BCF Dark Violet

📋 copy color: '#B00BCF'

red 176 ◦ green 11 ◦ blue 207

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

Shades of Dark Violet #B00BCF

Tints of Dark Violet #B00BCF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.79%

 BLUE value IS 207 (81.25% from 255) = 52.54%

R = 44.67%
G = 2.79%
B = 52.54%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B00BCF (or 0xB00BCF) is known color: Dark Violet. HEX triplet: B0, 0B and CF. RGB value is (176,11,207). Sum of RGB (Red+Green+Blue) = 176+11+207=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #B00BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00BCF is #4FF430. Grayscale: #525252. Windows color (decimal): -5239857 or 13568944. OLE color: 13568944.

HSL color Cylindrical-coordinate representation of color #B00BCF: hue angle of 290.51º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00BCF is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 11 207 -
CMYK 0.15 0.95 0 0.19
HSL 290.51º 0.9% 0.43% -
HSV(B) 290.51º 0.95% 0.81% -
XYZ 29.29 13.97 60.19 -
YUV 82.68 198.16 194.56 -
System Red Green Blue C M Y K H S L
Decimal 176 11 207 0.15 0.95 0 0.19 290.51 0.9 0.43
Hex B0 B CF F 5F 0 13 123 5A 2B
Octal 260 13 317 17 137 0 23 443 132 53
Binary 10110000 1011 11001111 1111 1011111 0 10011 100100011 1011010 101011

Color Harmonies of #B00BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00BCF

Black with #B00BCF

Text Example


Text Example

White with #B00BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00BCF; }

 p { color: rgb(176,11,207); }

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

background-color css

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

 a { background-color: rgb(176,11,207); }

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

border-color css

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

 span { border-color: rgb(176,11,207); }

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