Html Css Color HEX #B012CF Dark Violet

📋 copy color: '#B012CF'

red 176 ◦ green 18 ◦ blue 207

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

Shades of Dark Violet #B012CF

Tints of Dark Violet #B012CF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.49%

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

R = 43.89%
G = 4.49%
B = 51.62%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B012CF (or 0xB012CF) is known color: Dark Violet. HEX triplet: B0, 12 and CF. RGB value is (176,18,207). Sum of RGB (Red+Green+Blue) = 176+18+207=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #B012CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012CF is #4FED30. Grayscale: #565656. Windows color (decimal): -5238065 or 13570736. OLE color: 13570736.

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

Color convert

RGB 176 18 207 -
CMYK 0.15 0.91 0 0.19
HSL 290.16º 0.84% 0.44% -
HSV(B) 290.16º 0.91% 0.81% -
XYZ 29.38 14.17 60.22 -
YUV 86.79 195.85 191.63 -
System Red Green Blue C M Y K H S L
Decimal 176 18 207 0.15 0.91 0 0.19 290.16 0.84 0.44
Hex B0 12 CF F 5B 0 13 122 54 2C
Octal 260 22 317 17 133 0 23 442 124 54
Binary 10110000 10010 11001111 1111 1011011 0 10011 100100010 1010100 101100

Color Harmonies of #B012CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012CF

Black with #B012CF

Text Example


Text Example

White with #B012CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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