Html Css Color HEX #B609C9 Deep Magenta

📋 copy color: '#B609C9'

red 182 ◦ green 9 ◦ blue 201

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

Shades of Deep Magenta #B609C9

Tints of Deep Magenta #B609C9

RGB

 RED value IS 182 (71.48% from 255) = 46.43%

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

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

R = 46.43%
G = 2.3%
B = 51.28%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B609C9 (or 0xB609C9) is known color: Deep Magenta. HEX triplet: B6, 09 and C9. RGB value is (182,9,201). Sum of RGB (Red+Green+Blue) = 182+9+201=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #B609C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B609C9 is #49F636. Grayscale: #525252. Windows color (decimal): -4847159 or 13175222. OLE color: 13175222.

HSL color Cylindrical-coordinate representation of color #B609C9: hue angle of 294.06º 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 #B609C9 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 9 201 -
CMYK 0.09 0.96 0 0.21
HSL 294.06º 0.91% 0.41% -
HSV(B) 294.06º 0.96% 0.79% -
XYZ 29.93 14.36 56.45 -
YUV 82.62 194.81 198.89 -
System Red Green Blue C M Y K H S L
Decimal 182 9 201 0.09 0.96 0 0.21 294.06 0.91 0.41
Hex B6 9 C9 9 60 0 15 126 5B 29
Octal 266 11 311 11 140 0 25 446 133 51
Binary 10110110 1001 11001001 1001 1100000 0 10101 100100110 1011011 101001

Color Harmonies of #B609C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B609C9

Black with #B609C9

Text Example


Text Example

White with #B609C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B609C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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