Html Css Color HEX #B00FCF Dark Violet

📋 copy color: '#B00FCF'

red 176 ◦ green 15 ◦ blue 207

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

Shades of Dark Violet #B00FCF

Tints of Dark Violet #B00FCF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.77%

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

R = 44.22%
G = 3.77%
B = 52.01%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B00FCF (or 0xB00FCF) is known color: Dark Violet. HEX triplet: B0, 0F and CF. RGB value is (176,15,207). Sum of RGB (Red+Green+Blue) = 176+15+207=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #B00FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00FCF is #4FF030. Grayscale: #545454. Windows color (decimal): -5238833 or 13569968. OLE color: 13569968.

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

Color convert

RGB 176 15 207 -
CMYK 0.15 0.93 0 0.19
HSL 290.31º 0.86% 0.44% -
HSV(B) 290.31º 0.93% 0.81% -
XYZ 29.34 14.08 60.2 -
YUV 85.03 196.84 192.89 -
System Red Green Blue C M Y K H S L
Decimal 176 15 207 0.15 0.93 0 0.19 290.31 0.86 0.44
Hex B0 F CF F 5D 0 13 122 56 2C
Octal 260 17 317 17 135 0 23 442 126 54
Binary 10110000 1111 11001111 1111 1011101 0 10011 100100010 1010110 101100

Color Harmonies of #B00FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00FCF

Black with #B00FCF

Text Example


Text Example

White with #B00FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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