Html Css Color HEX #B003D3 Dark Violet

📋 copy color: '#B003D3'

red 176 ◦ green 3 ◦ blue 211

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

Shades of Dark Violet #B003D3

Tints of Dark Violet #B003D3

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.77%

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

R = 45.13%
G = 0.77%
B = 54.1%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B003D3 (or 0xB003D3) is known color: Dark Violet. HEX triplet: B0, 03 and D3. RGB value is (176,3,211). Sum of RGB (Red+Green+Blue) = 176+3+211=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #B003D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B003D3 is #4FFC2C. Grayscale: #4D4D4D. Windows color (decimal): -5241901 or 13829040. OLE color: 13829040.

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

Color convert

RGB 176 3 211 -
CMYK 0.17 0.99 0 0.17
HSL 289.9º 0.97% 0.42% -
HSV(B) 289.9º 0.99% 0.83% -
XYZ 29.69 14 62.76 -
YUV 78.44 202.81 197.59 -
System Red Green Blue C M Y K H S L
Decimal 176 3 211 0.17 0.99 0 0.17 289.9 0.97 0.42
Hex B0 3 D3 11 63 0 11 122 61 2A
Octal 260 3 323 21 143 0 21 442 141 52
Binary 10110000 11 11010011 10001 1100011 0 10001 100100010 1100001 101010

Color Harmonies of #B003D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B003D3

Black with #B003D3

Text Example


Text Example

White with #B003D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B003D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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