Html Css Color HEX #B609C1 Deep Magenta

📋 copy color: '#B609C1'

red 182 ◦ green 9 ◦ blue 193

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

Shades of Deep Magenta #B609C1

Tints of Deep Magenta #B609C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.26%

R = 47.4%
G = 2.34%
B = 50.26%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B609C1 (or 0xB609C1) is known color: Deep Magenta. HEX triplet: B6, 09 and C1. RGB value is (182,9,193). Sum of RGB (Red+Green+Blue) = 182+9+193=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #B609C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B609C1 is #49F63E. Grayscale: #515151. Windows color (decimal): -4847167 or 12650934. OLE color: 12650934.

HSL color Cylindrical-coordinate representation of color #B609C1: hue angle of 296.41º 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 #B609C1 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 9 193 -
CMYK 0.06 0.95 0 0.24
HSL 296.41º 0.91% 0.4% -
HSV(B) 296.41º 0.95% 0.76% -
XYZ 29.01 13.99 51.62 -
YUV 81.7 190.81 199.54 -
System Red Green Blue C M Y K H S L
Decimal 182 9 193 0.06 0.95 0 0.24 296.41 0.91 0.4
Hex B6 9 C1 6 5F 0 18 128 5B 28
Octal 266 11 301 6 137 0 30 450 133 50
Binary 10110110 1001 11000001 110 1011111 0 11000 100101000 1011011 101000

Color Harmonies of #B609C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B609C1

Black with #B609C1

Text Example


Text Example

White with #B609C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B609C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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