Html Css Color HEX #B005DD Dark Violet

📋 copy color: '#B005DD'

red 176 ◦ green 5 ◦ blue 221

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

Shades of Dark Violet #B005DD

Tints of Dark Violet #B005DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 43.78%
G = 1.24%
B = 54.98%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B005DD (or 0xB005DD) is known color: Dark Violet. HEX triplet: B0, 05 and DD. RGB value is (176,5,221). Sum of RGB (Red+Green+Blue) = 176+5+221=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #B005DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B005DD is #4FFA22. Grayscale: #505050. Windows color (decimal): -5241379 or 14484912. OLE color: 14484912.

HSL color Cylindrical-coordinate representation of color #B005DD: hue angle of 287.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005DD is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 5 221 -
CMYK 0.20 0.98 0 0.13
HSL 287.5º 0.96% 0.44% -
HSV(B) 287.5º 0.98% 0.87% -
XYZ 31.01 14.56 69.58 -
YUV 80.75 207.15 195.94 -
System Red Green Blue C M Y K H S L
Decimal 176 5 221 0.20 0.98 0 0.13 287.5 0.96 0.44
Hex B0 5 DD 14 62 0 D 120 60 2C
Octal 260 5 335 24 142 0 15 440 140 54
Binary 10110000 101 11011101 10100 1100010 0 1101 100100000 1100000 101100

Color Harmonies of #B005DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B005DD

Black with #B005DD

Text Example


Text Example

White with #B005DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B005DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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