Html Css Color HEX #BB13CA Deep Magenta

📋 copy color: '#BB13CA'

red 187 ◦ green 19 ◦ blue 202

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

Shades of Deep Magenta #BB13CA

Tints of Deep Magenta #BB13CA

RGB

 RED value IS 187 (73.44% from 255) = 45.83%

 GREEN value IS 19 (7.81% from 255) = 4.66%

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

R = 45.83%
G = 4.66%
B = 49.51%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB13CA (or 0xBB13CA) is known color: Deep Magenta. HEX triplet: BB, 13 and CA. RGB value is (187,19,202). Sum of RGB (Red+Green+Blue) = 187+19+202=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB13CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB13CA is #44EC35. Grayscale: #595959. Windows color (decimal): -4516918 or 13243323. OLE color: 13243323.

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

Color convert

RGB 187 19 202 -
CMYK 0.07 0.91 0 0.21
HSL 295.08º 0.83% 0.43% -
HSV(B) 295.08º 0.91% 0.79% -
XYZ 31.39 15.29 57.18 -
YUV 90.09 191.16 197.12 -
System Red Green Blue C M Y K H S L
Decimal 187 19 202 0.07 0.91 0 0.21 295.08 0.83 0.43
Hex BB 13 CA 7 5B 0 15 127 53 2B
Octal 273 23 312 7 133 0 25 447 123 53
Binary 10111011 10011 11001010 111 1011011 0 10101 100100111 1010011 101011

Color Harmonies of #BB13CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB13CA

Black with #BB13CA

Text Example


Text Example

White with #BB13CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB13CA; }

 p { color: rgb(187,19,202); }

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

background-color css

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

 a { background-color: rgb(187,19,202); }

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

border-color css

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

 span { border-color: rgb(187,19,202); }

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