Html Css Color HEX #B00DDF Dark Violet

📋 copy color: '#B00DDF'

red 176 ◦ green 13 ◦ blue 223

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

Shades of Dark Violet #B00DDF

Tints of Dark Violet #B00DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.16%

 BLUE value IS 223 (87.5% from 255) = 54.13%

R = 42.72%
G = 3.16%
B = 54.13%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B00DDF (or 0xB00DDF) is known color: Dark Violet. HEX triplet: B0, 0D and DF. RGB value is (176,13,223). Sum of RGB (Red+Green+Blue) = 176+13+223=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #B00DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DDF is #4FF220. Grayscale: #555555. Windows color (decimal): -5239329 or 14618032. OLE color: 14618032.

HSL color Cylindrical-coordinate representation of color #B00DDF: hue angle of 286.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00DDF is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 13 223 -
CMYK 0.21 0.94 0 0.13
HSL 286.57º 0.89% 0.46% -
HSV(B) 286.57º 0.94% 0.87% -
XYZ 31.37 14.85 71.02 -
YUV 85.68 205.5 192.42 -
System Red Green Blue C M Y K H S L
Decimal 176 13 223 0.21 0.94 0 0.13 286.57 0.89 0.46
Hex B0 D DF 15 5E 0 D 11F 59 2E
Octal 260 15 337 25 136 0 15 437 131 56
Binary 10110000 1101 11011111 10101 1011110 0 1101 100011111 1011001 101110

Color Harmonies of #B00DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00DDF

Black with #B00DDF

Text Example


Text Example

White with #B00DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00DDF; }

 p { color: rgb(176,13,223); }

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

background-color css

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

 a { background-color: rgb(176,13,223); }

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

border-color css

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

 span { border-color: rgb(176,13,223); }

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