Html Css Color HEX #B609D6 Deep Magenta

📋 copy color: '#B609D6'

red 182 ◦ green 9 ◦ blue 214

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

Shades of Deep Magenta #B609D6

Tints of Deep Magenta #B609D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.84%

R = 44.94%
G = 2.22%
B = 52.84%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B609D6 (or 0xB609D6) is known color: Deep Magenta. HEX triplet: B6, 09 and D6. RGB value is (182,9,214). Sum of RGB (Red+Green+Blue) = 182+9+214=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #B609D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B609D6 is #49F629. Grayscale: #535353. Windows color (decimal): -4847146 or 14027190. OLE color: 14027190.

HSL color Cylindrical-coordinate representation of color #B609D6: hue angle of 290.63º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B609D6 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 9 214 -
CMYK 0.15 0.96 0 0.16
HSL 290.63º 0.92% 0.44% -
HSV(B) 290.63º 0.96% 0.84% -
XYZ 31.53 15 64.85 -
YUV 84.1 201.31 197.83 -
System Red Green Blue C M Y K H S L
Decimal 182 9 214 0.15 0.96 0 0.16 290.63 0.92 0.44
Hex B6 9 D6 F 60 0 10 123 5C 2C
Octal 266 11 326 17 140 0 20 443 134 54
Binary 10110110 1001 11010110 1111 1100000 0 10000 100100011 1011100 101100

Color Harmonies of #B609D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B609D6

Black with #B609D6

Text Example


Text Example

White with #B609D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B609D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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