Html Css Color HEX #B609CA Deep Magenta

📋 copy color: '#B609CA'

red 182 ◦ green 9 ◦ blue 202

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

Shades of Deep Magenta #B609CA

Tints of Deep Magenta #B609CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.4%

R = 46.31%
G = 2.29%
B = 51.4%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B609CA (or 0xB609CA) is known color: Deep Magenta. HEX triplet: B6, 09 and CA. RGB value is (182,9,202). Sum of RGB (Red+Green+Blue) = 182+9+202=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #B609CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B609CA is #49F635. Grayscale: #525252. Windows color (decimal): -4847158 or 13240758. OLE color: 13240758.

HSL color Cylindrical-coordinate representation of color #B609CA: hue angle of 293.78º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B609CA is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 9 202 -
CMYK 0.10 0.96 0 0.21
HSL 293.78º 0.91% 0.41% -
HSV(B) 293.78º 0.96% 0.79% -
XYZ 30.05 14.4 57.07 -
YUV 82.73 195.31 198.81 -
System Red Green Blue C M Y K H S L
Decimal 182 9 202 0.10 0.96 0 0.21 293.78 0.91 0.41
Hex B6 9 CA A 60 0 15 126 5B 29
Octal 266 11 312 12 140 0 25 446 133 51
Binary 10110110 1001 11001010 1010 1100000 0 10101 100100110 1011011 101001

Color Harmonies of #B609CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B609CA

Black with #B609CA

Text Example


Text Example

White with #B609CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B609CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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