Html Css Color HEX #B609BD Deep Magenta

📋 copy color: '#B609BD'

red 182 ◦ green 9 ◦ blue 189

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

Shades of Deep Magenta #B609BD

Tints of Deep Magenta #B609BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 47.89%
G = 2.37%
B = 49.74%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B609BD (or 0xB609BD) is known color: Deep Magenta. HEX triplet: B6, 09 and BD. RGB value is (182,9,189). Sum of RGB (Red+Green+Blue) = 182+9+189=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #B609BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B609BD is #49F642. Grayscale: #505050. Windows color (decimal): -4847171 or 12388790. OLE color: 12388790.

HSL color Cylindrical-coordinate representation of color #B609BD: hue angle of 297.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B609BD is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 9 189 -
CMYK 0.04 0.95 0 0.26
HSL 297.67º 0.91% 0.39% -
HSV(B) 297.67º 0.95% 0.74% -
XYZ 28.57 13.81 49.3 -
YUV 81.25 188.81 199.86 -
System Red Green Blue C M Y K H S L
Decimal 182 9 189 0.04 0.95 0 0.26 297.67 0.91 0.39
Hex B6 9 BD 4 5F 0 1A 12A 5B 27
Octal 266 11 275 4 137 0 32 452 133 47
Binary 10110110 1001 10111101 100 1011111 0 11010 100101010 1011011 100111

Color Harmonies of #B609BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B609BD

Black with #B609BD

Text Example


Text Example

White with #B609BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B609BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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