Html Css Color HEX #B015CF Dark Violet

📋 copy color: '#B015CF'

red 176 ◦ green 21 ◦ blue 207

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

Shades of Dark Violet #B015CF

Tints of Dark Violet #B015CF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.2%

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

R = 43.56%
G = 5.2%
B = 51.24%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B015CF (or 0xB015CF) is known color: Dark Violet. HEX triplet: B0, 15 and CF. RGB value is (176,21,207). Sum of RGB (Red+Green+Blue) = 176+21+207=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #B015CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015CF is #4FEA30. Grayscale: #575757. Windows color (decimal): -5237297 or 13571504. OLE color: 13571504.

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

Color convert

RGB 176 21 207 -
CMYK 0.15 0.90 0 0.19
HSL 290º 0.82% 0.45% -
HSV(B) 290º 0.9% 0.81% -
XYZ 29.44 14.27 60.23 -
YUV 88.55 194.85 190.38 -
System Red Green Blue C M Y K H S L
Decimal 176 21 207 0.15 0.90 0 0.19 290 0.82 0.45
Hex B0 15 CF F 5A 0 13 122 52 2D
Octal 260 25 317 17 132 0 23 442 122 55
Binary 10110000 10101 11001111 1111 1011010 0 10011 100100010 1010010 101101

Color Harmonies of #B015CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B015CF

Black with #B015CF

Text Example


Text Example

White with #B015CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B015CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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