Html Css Color HEX #B015CE Dark Violet

📋 copy color: '#B015CE'

red 176 ◦ green 21 ◦ blue 206

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

Shades of Dark Violet #B015CE

Tints of Dark Violet #B015CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.12%

R = 43.67%
G = 5.21%
B = 51.12%

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

#B015CE (or 0xB015CE) is known color: Dark Violet. HEX triplet: B0, 15 and CE. RGB value is (176,21,206). Sum of RGB (Red+Green+Blue) = 176+21+206=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #B015CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015CE is #4FEA31. Grayscale: #575757. Windows color (decimal): -5237298 or 13505968. OLE color: 13505968.

HSL color Cylindrical-coordinate representation of color #B015CE: hue angle of 290.27º degrees, saturation: 0.81, 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 #B015CE is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 21 206 -
CMYK 0.15 0.90 0 0.19
HSL 290.27º 0.81% 0.45% -
HSV(B) 290.27º 0.9% 0.81% -
XYZ 29.31 14.22 59.59 -
YUV 88.44 194.35 190.46 -
System Red Green Blue C M Y K H S L
Decimal 176 21 206 0.15 0.90 0 0.19 290.27 0.81 0.45
Hex B0 15 CE F 5A 0 13 122 51 2D
Octal 260 25 316 17 132 0 23 442 121 55
Binary 10110000 10101 11001110 1111 1011010 0 10011 100100010 1010001 101101

Color Harmonies of #B015CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B015CE

Black with #B015CE

Text Example


Text Example

White with #B015CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B015CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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