Html Css Color HEX #B000D3 Dark Violet

📋 copy color: '#B000D3'

red 176 ◦ green 0 ◦ blue 211

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

Shades of Dark Violet #B000D3

Tints of Dark Violet #B000D3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.48%
G = 0%
B = 54.52%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B000D3 (or 0xB000D3) is known color: Dark Violet. HEX triplet: B0, 00 and D3. RGB value is (176,0,211). Sum of RGB (Red+Green+Blue) = 176+0+211=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #B000D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B000D3 is #4FFF2C. Grayscale: #4C4C4C. Windows color (decimal): -5242669 or 13828272. OLE color: 13828272.

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

Color convert

RGB 176 0 211 -
CMYK 0.17 1 0 0.17
HSL 290.05º 1% 0.41% -
HSV(B) 290.05º 1% 0.83% -
XYZ 29.66 13.93 62.75 -
YUV 76.68 203.81 198.84 -
System Red Green Blue C M Y K H S L
Decimal 176 0 211 0.17 1 0 0.17 290.05 1 0.41
Hex B0 0 D3 11 64 0 11 122 64 29
Octal 260 0 323 21 144 0 21 442 144 51
Binary 10110000 0 11010011 10001 1100100 0 10001 100100010 1100100 101001

Color Harmonies of #B000D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B000D3

Black with #B000D3

Text Example


Text Example

White with #B000D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B000D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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