Html Css Color HEX #B609CE Deep Magenta

📋 copy color: '#B609CE'

red 182 ◦ green 9 ◦ blue 206

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

Shades of Deep Magenta #B609CE

Tints of Deep Magenta #B609CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 45.84%
G = 2.27%
B = 51.89%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B609CE (or 0xB609CE) is known color: Deep Magenta. HEX triplet: B6, 09 and CE. RGB value is (182,9,206). Sum of RGB (Red+Green+Blue) = 182+9+206=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #B609CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B609CE is #49F631. Grayscale: #525252. Windows color (decimal): -4847154 or 13502902. OLE color: 13502902.

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

Color convert

RGB 182 9 206 -
CMYK 0.12 0.96 0 0.19
HSL 292.69º 0.92% 0.42% -
HSV(B) 292.69º 0.96% 0.81% -
XYZ 30.53 14.6 59.6 -
YUV 83.19 197.31 198.48 -
System Red Green Blue C M Y K H S L
Decimal 182 9 206 0.12 0.96 0 0.19 292.69 0.92 0.42
Hex B6 9 CE C 60 0 13 125 5C 2A
Octal 266 11 316 14 140 0 23 445 134 52
Binary 10110110 1001 11001110 1100 1100000 0 10011 100100101 1011100 101010

Color Harmonies of #B609CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B609CE

Black with #B609CE

Text Example


Text Example

White with #B609CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B609CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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