Html Css Color HEX #B609CB Deep Magenta

📋 copy color: '#B609CB'

red 182 ◦ green 9 ◦ blue 203

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

Shades of Deep Magenta #B609CB

Tints of Deep Magenta #B609CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 46.19%
G = 2.28%
B = 51.52%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B609CB (or 0xB609CB) is known color: Deep Magenta. HEX triplet: B6, 09 and CB. RGB value is (182,9,203). Sum of RGB (Red+Green+Blue) = 182+9+203=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #B609CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B609CB is #49F634. Grayscale: #525252. Windows color (decimal): -4847157 or 13306294. OLE color: 13306294.

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

Color convert

RGB 182 9 203 -
CMYK 0.10 0.96 0 0.20
HSL 293.51º 0.92% 0.42% -
HSV(B) 293.51º 0.96% 0.8% -
XYZ 30.17 14.45 57.7 -
YUV 82.84 195.81 198.73 -
System Red Green Blue C M Y K H S L
Decimal 182 9 203 0.10 0.96 0 0.20 293.51 0.92 0.42
Hex B6 9 CB A 60 0 14 126 5C 2A
Octal 266 11 313 12 140 0 24 446 134 52
Binary 10110110 1001 11001011 1010 1100000 0 10100 100100110 1011100 101010

Color Harmonies of #B609CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B609CB

Black with #B609CB

Text Example


Text Example

White with #B609CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B609CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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