Html Css Color HEX #B900CA Deep Magenta

📋 copy color: '#B900CA'

red 185 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #B900CA

Tints of Deep Magenta #B900CA

RGB

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

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

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

R = 47.8%
G = 0%
B = 52.2%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B900CA (or 0xB900CA) is known color: Deep Magenta. HEX triplet: B9, 00 and CA. RGB value is (185,0,202). Sum of RGB (Red+Green+Blue) = 185+0+202=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #B900CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B900CA is #46FF35. Grayscale: #4D4D4D. Windows color (decimal): -4652854 or 13238457. OLE color: 13238457.

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

Color convert

RGB 185 0 202 -
CMYK 0.08 1 0 0.21
HSL 294.95º 1% 0.4% -
HSV(B) 294.95º 1% 0.79% -
XYZ 30.67 14.58 57.07 -
YUV 78.34 197.79 204.07 -
System Red Green Blue C M Y K H S L
Decimal 185 0 202 0.08 1 0 0.21 294.95 1 0.4
Hex B9 0 CA 8 64 0 15 127 64 28
Octal 271 0 312 10 144 0 25 447 144 50
Binary 10111001 0 11001010 1000 1100100 0 10101 100100111 1100100 101000

Color Harmonies of #B900CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900CA

Black with #B900CA

Text Example


Text Example

White with #B900CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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