Html Css Color HEX #B010CF Dark Violet

📋 copy color: '#B010CF'

red 176 ◦ green 16 ◦ blue 207

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

Shades of Dark Violet #B010CF

Tints of Dark Violet #B010CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.01%

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

R = 44.11%
G = 4.01%
B = 51.88%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B010CF (or 0xB010CF) is known color: Dark Violet. HEX triplet: B0, 10 and CF. RGB value is (176,16,207). Sum of RGB (Red+Green+Blue) = 176+16+207=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #B010CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010CF is #4FEF30. Grayscale: #555555. Windows color (decimal): -5238577 or 13570224. OLE color: 13570224.

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

Color convert

RGB 176 16 207 -
CMYK 0.15 0.92 0 0.19
HSL 290.26º 0.86% 0.44% -
HSV(B) 290.26º 0.92% 0.81% -
XYZ 29.35 14.11 60.21 -
YUV 85.61 196.51 192.47 -
System Red Green Blue C M Y K H S L
Decimal 176 16 207 0.15 0.92 0 0.19 290.26 0.86 0.44
Hex B0 10 CF F 5C 0 13 122 56 2C
Octal 260 20 317 17 134 0 23 442 126 54
Binary 10110000 10000 11001111 1111 1011100 0 10011 100100010 1010110 101100

Color Harmonies of #B010CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010CF

Black with #B010CF

Text Example


Text Example

White with #B010CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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