Html Css Color HEX #B809CB Deep Magenta

📋 copy color: '#B809CB'

red 184 ◦ green 9 ◦ blue 203

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

Shades of Deep Magenta #B809CB

Tints of Deep Magenta #B809CB

RGB

 RED value IS 184 (72.27% from 255) = 46.46%

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

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 46.46%
G = 2.27%
B = 51.26%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B809CB (or 0xB809CB) is known color: Deep Magenta. HEX triplet: B8, 09 and CB. RGB value is (184,9,203). Sum of RGB (Red+Green+Blue) = 184+9+203=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #B809CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B809CB is #47F634. Grayscale: #525252. Windows color (decimal): -4716085 or 13306296. OLE color: 13306296.

HSL color Cylindrical-coordinate representation of color #B809CB: hue angle of 294.12º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B809CB is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 9 203 -
CMYK 0.09 0.96 0 0.20
HSL 294.12º 0.92% 0.42% -
HSV(B) 294.12º 0.96% 0.8% -
XYZ 30.64 14.7 57.72 -
YUV 83.44 195.48 199.73 -
System Red Green Blue C M Y K H S L
Decimal 184 9 203 0.09 0.96 0 0.20 294.12 0.92 0.42
Hex B8 9 CB 9 60 0 14 126 5C 2A
Octal 270 11 313 11 140 0 24 446 134 52
Binary 10111000 1001 11001011 1001 1100000 0 10100 100100110 1011100 101010

Color Harmonies of #B809CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B809CB

Black with #B809CB

Text Example


Text Example

White with #B809CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B809CB; }

 p { color: rgb(184,9,203); }

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

background-color css

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

 a { background-color: rgb(184,9,203); }

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

border-color css

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

 span { border-color: rgb(184,9,203); }

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