Html Css Color HEX #B609C3 Deep Magenta

📋 copy color: '#B609C3'

red 182 ◦ green 9 ◦ blue 195

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

Shades of Deep Magenta #B609C3

Tints of Deep Magenta #B609C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 50.52%

R = 47.15%
G = 2.33%
B = 50.52%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B609C3 (or 0xB609C3) is known color: Deep Magenta. HEX triplet: B6, 09 and C3. RGB value is (182,9,195). Sum of RGB (Red+Green+Blue) = 182+9+195=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #B609C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B609C3 is #49F63C. Grayscale: #515151. Windows color (decimal): -4847165 or 12782006. OLE color: 12782006.

HSL color Cylindrical-coordinate representation of color #B609C3: hue angle of 295.81º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B609C3 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 9 195 -
CMYK 0.07 0.95 0 0.24
HSL 295.81º 0.91% 0.4% -
HSV(B) 295.81º 0.95% 0.76% -
XYZ 29.24 14.08 52.81 -
YUV 81.93 191.81 199.38 -
System Red Green Blue C M Y K H S L
Decimal 182 9 195 0.07 0.95 0 0.24 295.81 0.91 0.4
Hex B6 9 C3 7 5F 0 18 128 5B 28
Octal 266 11 303 7 137 0 30 450 133 50
Binary 10110110 1001 11000011 111 1011111 0 11000 100101000 1011011 101000

Color Harmonies of #B609C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B609C3

Black with #B609C3

Text Example


Text Example

White with #B609C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B609C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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