Html Css Color HEX #B009CF Dark Violet

📋 copy color: '#B009CF'

red 176 ◦ green 9 ◦ blue 207

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

Shades of Dark Violet #B009CF

Tints of Dark Violet #B009CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.81%

R = 44.9%
G = 2.3%
B = 52.81%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B009CF (or 0xB009CF) is known color: Dark Violet. HEX triplet: B0, 09 and CF. RGB value is (176,9,207). Sum of RGB (Red+Green+Blue) = 176+9+207=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #B009CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B009CF is #4FF630. Grayscale: #505050. Windows color (decimal): -5240369 or 13568432. OLE color: 13568432.

HSL color Cylindrical-coordinate representation of color #B009CF: hue angle of 290.61º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B009CF is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 9 207 -
CMYK 0.15 0.96 0 0.19
HSL 290.61º 0.92% 0.42% -
HSV(B) 290.61º 0.96% 0.81% -
XYZ 29.26 13.93 60.18 -
YUV 81.51 198.83 195.4 -
System Red Green Blue C M Y K H S L
Decimal 176 9 207 0.15 0.96 0 0.19 290.61 0.92 0.42
Hex B0 9 CF F 60 0 13 123 5C 2A
Octal 260 11 317 17 140 0 23 443 134 52
Binary 10110000 1001 11001111 1111 1100000 0 10011 100100011 1011100 101010

Color Harmonies of #B009CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B009CF

Black with #B009CF

Text Example


Text Example

White with #B009CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B009CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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