Html Css Color HEX #B004D3 Dark Violet

📋 copy color: '#B004D3'

red 176 ◦ green 4 ◦ blue 211

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

Shades of Dark Violet #B004D3

Tints of Dark Violet #B004D3

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

 BLUE value IS 211 (82.81% from 255) = 53.96%

R = 45.01%
G = 1.02%
B = 53.96%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B004D3 (or 0xB004D3) is known color: Dark Violet. HEX triplet: B0, 04 and D3. RGB value is (176,4,211). Sum of RGB (Red+Green+Blue) = 176+4+211=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 211 (82.81% from 255 or 53.96% from 391); Max value from RGB is 211 - color contains mainly: blue. Hex color #B004D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B004D3 is #4FFB2C. Grayscale: #4E4E4E. Windows color (decimal): -5241645 or 13829296. OLE color: 13829296.

HSL color Cylindrical-coordinate representation of color #B004D3: hue angle of 289.86º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B004D3 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 4 211 -
CMYK 0.17 0.98 0 0.17
HSL 289.86º 0.96% 0.42% -
HSV(B) 289.86º 0.98% 0.83% -
XYZ 29.71 14.02 62.77 -
YUV 79.03 202.48 197.17 -
System Red Green Blue C M Y K H S L
Decimal 176 4 211 0.17 0.98 0 0.17 289.86 0.96 0.42
Hex B0 4 D3 11 62 0 11 122 60 2A
Octal 260 4 323 21 142 0 21 442 140 52
Binary 10110000 100 11010011 10001 1100010 0 10001 100100010 1100000 101010

Color Harmonies of #B004D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B004D3

Black with #B004D3

Text Example


Text Example

White with #B004D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B004D3; }

 p { color: rgb(176,4,211); }

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

background-color css

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

 a { background-color: rgb(176,4,211); }

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

border-color css

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

 span { border-color: rgb(176,4,211); }

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