Html Css Color HEX #B909CB Deep Magenta

📋 copy color: '#B909CB'

red 185 ◦ green 9 ◦ blue 203

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

Shades of Deep Magenta #B909CB

Tints of Deep Magenta #B909CB

RGB

 RED value IS 185 (72.66% from 255) = 46.6%

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

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

R = 46.6%
G = 2.27%
B = 51.13%

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

#B909CB (or 0xB909CB) is known color: Deep Magenta. HEX triplet: B9, 09 and CB. RGB value is (185,9,203). Sum of RGB (Red+Green+Blue) = 185+9+203=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #B909CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B909CB is #46F634. Grayscale: #535353. Windows color (decimal): -4650549 or 13306297. OLE color: 13306297.

HSL color Cylindrical-coordinate representation of color #B909CB: hue angle of 294.43º 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 #B909CB is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 9 203 -
CMYK 0.09 0.96 0 0.20
HSL 294.43º 0.92% 0.42% -
HSV(B) 294.43º 0.96% 0.8% -
XYZ 30.88 14.82 57.73 -
YUV 83.74 195.31 200.23 -
System Red Green Blue C M Y K H S L
Decimal 185 9 203 0.09 0.96 0 0.20 294.43 0.92 0.42
Hex B9 9 CB 9 60 0 14 126 5C 2A
Octal 271 11 313 11 140 0 24 446 134 52
Binary 10111001 1001 11001011 1001 1100000 0 10100 100100110 1011100 101010

Color Harmonies of #B909CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B909CB

Black with #B909CB

Text Example


Text Example

White with #B909CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B909CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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