Html Css Color HEX #B009DF Dark Violet

📋 copy color: '#B009DF'

red 176 ◦ green 9 ◦ blue 223

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

Shades of Dark Violet #B009DF

Tints of Dark Violet #B009DF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.21%

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

R = 43.14%
G = 2.21%
B = 54.66%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B009DF (or 0xB009DF) is known color: Dark Violet. HEX triplet: B0, 09 and DF. RGB value is (176,9,223). Sum of RGB (Red+Green+Blue) = 176+9+223=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #B009DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B009DF is #4FF620. Grayscale: #525252. Windows color (decimal): -5240353 or 14617008. OLE color: 14617008.

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

Color convert

RGB 176 9 223 -
CMYK 0.21 0.96 0 0.13
HSL 286.82º 0.92% 0.45% -
HSV(B) 286.82º 0.96% 0.87% -
XYZ 31.32 14.75 71.01 -
YUV 83.33 206.83 194.1 -
System Red Green Blue C M Y K H S L
Decimal 176 9 223 0.21 0.96 0 0.13 286.82 0.92 0.45
Hex B0 9 DF 15 60 0 D 11F 5C 2D
Octal 260 11 337 25 140 0 15 437 134 55
Binary 10110000 1001 11011111 10101 1100000 0 1101 100011111 1011100 101101

Color Harmonies of #B009DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B009DF

Black with #B009DF

Text Example


Text Example

White with #B009DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B009DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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