Html Css Color HEX #B609B2 Deep Magenta

📋 copy color: '#B609B2'

red 182 ◦ green 9 ◦ blue 178

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

Shades of Deep Magenta #B609B2

Tints of Deep Magenta #B609B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.24%

R = 49.32%
G = 2.44%
B = 48.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B609B2 (or 0xB609B2) is known color: Deep Magenta. HEX triplet: B6, 09 and B2. RGB value is (182,9,178). Sum of RGB (Red+Green+Blue) = 182+9+178=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B609B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B609B2 is #49F64D. Grayscale: #4F4F4F. Windows color (decimal): -4847182 or 11667894. OLE color: 11667894.

HSL color Cylindrical-coordinate representation of color #B609B2: hue angle of 301.39º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B609B2 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 9 178 -
CMYK 0 0.95 0.02 0.29
HSL 301.39º 0.91% 0.37% -
HSV(B) 301.39º 0.95% 0.71% -
XYZ 27.42 13.35 43.25 -
YUV 79.99 183.31 200.76 -
System Red Green Blue C M Y K H S L
Decimal 182 9 178 0 0.95 0.02 0.29 301.39 0.91 0.37
Hex B6 9 B2 0 5F 2 1D 12D 5B 25
Octal 266 11 262 0 137 2 35 455 133 45
Binary 10110110 1001 10110010 0 1011111 10 11101 100101101 1011011 100101

Color Harmonies of #B609B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B609B2

Black with #B609B2

Text Example


Text Example

White with #B609B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B609B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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