Html Css Color HEX #B005D7 Dark Violet

📋 copy color: '#B005D7'

red 176 ◦ green 5 ◦ blue 215

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

Shades of Dark Violet #B005D7

Tints of Dark Violet #B005D7

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.26%

 BLUE value IS 215 (84.38% from 255) = 54.29%

R = 44.44%
G = 1.26%
B = 54.29%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B005D7 (or 0xB005D7) is known color: Dark Violet. HEX triplet: B0, 05 and D7. RGB value is (176,5,215). Sum of RGB (Red+Green+Blue) = 176+5+215=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 215 (84.38% from 255 or 54.29% from 396); Max value from RGB is 215 - color contains mainly: blue. Hex color #B005D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B005D7 is #4FFA28. Grayscale: #4F4F4F. Windows color (decimal): -5241385 or 14091696. OLE color: 14091696.

HSL color Cylindrical-coordinate representation of color #B005D7: hue angle of 288.86º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005D7 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 5 215 -
CMYK 0.18 0.98 0 0.16
HSL 288.86º 0.95% 0.43% -
HSV(B) 288.86º 0.98% 0.84% -
XYZ 30.22 14.24 65.45 -
YUV 80.07 204.15 196.42 -
System Red Green Blue C M Y K H S L
Decimal 176 5 215 0.18 0.98 0 0.16 288.86 0.95 0.43
Hex B0 5 D7 12 62 0 10 121 5F 2B
Octal 260 5 327 22 142 0 20 441 137 53
Binary 10110000 101 11010111 10010 1100010 0 10000 100100001 1011111 101011

Color Harmonies of #B005D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B005D7

Black with #B005D7

Text Example


Text Example

White with #B005D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B005D7; }

 p { color: rgb(176,5,215); }

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

background-color css

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

 a { background-color: rgb(176,5,215); }

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

border-color css

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

 span { border-color: rgb(176,5,215); }

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