Html Css Color HEX #B609CC Deep Magenta

📋 copy color: '#B609CC'

red 182 ◦ green 9 ◦ blue 204

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

Shades of Deep Magenta #B609CC

Tints of Deep Magenta #B609CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.65%

R = 46.08%
G = 2.28%
B = 51.65%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B609CC (or 0xB609CC) is known color: Deep Magenta. HEX triplet: B6, 09 and CC. RGB value is (182,9,204). Sum of RGB (Red+Green+Blue) = 182+9+204=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #B609CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B609CC is #49F633. Grayscale: #525252. Windows color (decimal): -4847156 or 13371830. OLE color: 13371830.

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

Color convert

RGB 182 9 204 -
CMYK 0.11 0.96 0 0.2
HSL 293.23º 0.92% 0.42% -
HSV(B) 293.23º 0.96% 0.8% -
XYZ 30.29 14.5 58.33 -
YUV 82.96 196.31 198.64 -
System Red Green Blue C M Y K H S L
Decimal 182 9 204 0.11 0.96 0 0.2 293.23 0.92 0.42
Hex B6 9 CC B 60 0 14 125 5C 2A
Octal 266 11 314 13 140 0 24 445 134 52
Binary 10110110 1001 11001100 1011 1100000 0 10100 100100101 1011100 101010

Color Harmonies of #B609CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B609CC

Black with #B609CC

Text Example


Text Example

White with #B609CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B609CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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