Html Css Color HEX #B017CF Dark Violet

📋 copy color: '#B017CF'

red 176 ◦ green 23 ◦ blue 207

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

Shades of Dark Violet #B017CF

Tints of Dark Violet #B017CF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.67%

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

R = 43.35%
G = 5.67%
B = 50.99%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B017CF (or 0xB017CF) is known color: Dark Violet. HEX triplet: B0, 17 and CF. RGB value is (176,23,207). Sum of RGB (Red+Green+Blue) = 176+23+207=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #B017CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017CF is #4FE830. Grayscale: #595959. Windows color (decimal): -5236785 or 13572016. OLE color: 13572016.

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

Color convert

RGB 176 23 207 -
CMYK 0.15 0.89 0 0.19
HSL 289.89º 0.8% 0.45% -
HSV(B) 289.89º 0.89% 0.81% -
XYZ 29.47 14.35 60.25 -
YUV 89.72 194.19 189.54 -
System Red Green Blue C M Y K H S L
Decimal 176 23 207 0.15 0.89 0 0.19 289.89 0.8 0.45
Hex B0 17 CF F 59 0 13 122 50 2D
Octal 260 27 317 17 131 0 23 442 120 55
Binary 10110000 10111 11001111 1111 1011001 0 10011 100100010 1010000 101101

Color Harmonies of #B017CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017CF

Black with #B017CF

Text Example


Text Example

White with #B017CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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