Html Css Color HEX #B009C9 Deep Magenta

📋 copy color: '#B009C9'

red 176 ◦ green 9 ◦ blue 201

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

Shades of Deep Magenta #B009C9

Tints of Deep Magenta #B009C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.07%

R = 45.6%
G = 2.33%
B = 52.07%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B009C9 (or 0xB009C9) is known color: Deep Magenta. HEX triplet: B0, 09 and C9. RGB value is (176,9,201). Sum of RGB (Red+Green+Blue) = 176+9+201=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #B009C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B009C9 is #4FF636. Grayscale: #505050. Windows color (decimal): -5240375 or 13175216. OLE color: 13175216.

HSL color Cylindrical-coordinate representation of color #B009C9: hue angle of 292.19º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B009C9 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 9 201 -
CMYK 0.12 0.96 0 0.21
HSL 292.19º 0.91% 0.41% -
HSV(B) 292.19º 0.96% 0.79% -
XYZ 28.54 13.64 56.39 -
YUV 80.82 195.83 195.89 -
System Red Green Blue C M Y K H S L
Decimal 176 9 201 0.12 0.96 0 0.21 292.19 0.91 0.41
Hex B0 9 C9 C 60 0 15 124 5B 29
Octal 260 11 311 14 140 0 25 444 133 51
Binary 10110000 1001 11001001 1100 1100000 0 10101 100100100 1011011 101001

Color Harmonies of #B009C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B009C9

Black with #B009C9

Text Example


Text Example

White with #B009C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B009C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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