Html Css Color HEX #B900CB Deep Magenta

📋 copy color: '#B900CB'

red 185 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #B900CB

Tints of Deep Magenta #B900CB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.68%
G = 0%
B = 52.32%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B900CB (or 0xB900CB) is known color: Deep Magenta. HEX triplet: B9, 00 and CB. RGB value is (185,0,203). Sum of RGB (Red+Green+Blue) = 185+0+203=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #B900CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B900CB is #46FF34. Grayscale: #4D4D4D. Windows color (decimal): -4652853 or 13303993. OLE color: 13303993.

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

Color convert

RGB 185 0 203 -
CMYK 0.09 1 0 0.20
HSL 294.68º 1% 0.4% -
HSV(B) 294.68º 1% 0.8% -
XYZ 30.79 14.63 57.7 -
YUV 78.46 198.29 203.99 -
System Red Green Blue C M Y K H S L
Decimal 185 0 203 0.09 1 0 0.20 294.68 1 0.4
Hex B9 0 CB 9 64 0 14 127 64 28
Octal 271 0 313 11 144 0 24 447 144 50
Binary 10111001 0 11001011 1001 1100100 0 10100 100100111 1100100 101000

Color Harmonies of #B900CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900CB

Black with #B900CB

Text Example


Text Example

White with #B900CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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