Html Css Color HEX #BB13CC Deep Magenta

📋 copy color: '#BB13CC'

red 187 ◦ green 19 ◦ blue 204

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

Shades of Deep Magenta #BB13CC

Tints of Deep Magenta #BB13CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 45.61%
G = 4.63%
B = 49.76%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB13CC (or 0xBB13CC) is known color: Deep Magenta. HEX triplet: BB, 13 and CC. RGB value is (187,19,204). Sum of RGB (Red+Green+Blue) = 187+19+204=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB13CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB13CC is #44EC33. Grayscale: #595959. Windows color (decimal): -4516916 or 13374395. OLE color: 13374395.

HSL color Cylindrical-coordinate representation of color #BB13CC: hue angle of 294.49º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB13CC is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 19 204 -
CMYK 0.08 0.91 0 0.2
HSL 294.49º 0.83% 0.44% -
HSV(B) 294.49º 0.91% 0.8% -
XYZ 31.63 15.39 58.43 -
YUV 90.32 192.16 196.96 -
System Red Green Blue C M Y K H S L
Decimal 187 19 204 0.08 0.91 0 0.2 294.49 0.83 0.44
Hex BB 13 CC 8 5B 0 14 126 53 2C
Octal 273 23 314 10 133 0 24 446 123 54
Binary 10111011 10011 11001100 1000 1011011 0 10100 100100110 1010011 101100

Color Harmonies of #BB13CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB13CC

Black with #BB13CC

Text Example


Text Example

White with #BB13CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB13CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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