Html Css Color HEX #BB1FCC Deep Magenta

📋 copy color: '#BB1FCC'

red 187 ◦ green 31 ◦ blue 204

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

Shades of Deep Magenta #BB1FCC

Tints of Deep Magenta #BB1FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.35%

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

R = 44.31%
G = 7.35%
B = 48.34%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB1FCC (or 0xBB1FCC) is known color: Deep Magenta. HEX triplet: BB, 1F and CC. RGB value is (187,31,204). Sum of RGB (Red+Green+Blue) = 187+31+204=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB1FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1FCC is #44E033. Grayscale: #606060. Windows color (decimal): -4513844 or 13377467. OLE color: 13377467.

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

Color convert

RGB 187 31 204 -
CMYK 0.08 0.85 0 0.2
HSL 294.1º 0.74% 0.46% -
HSV(B) 294.1º 0.85% 0.8% -
XYZ 31.88 15.9 58.52 -
YUV 97.37 188.18 191.93 -
System Red Green Blue C M Y K H S L
Decimal 187 31 204 0.08 0.85 0 0.2 294.1 0.74 0.46
Hex BB 1F CC 8 55 0 14 126 4A 2E
Octal 273 37 314 10 125 0 24 446 112 56
Binary 10111011 11111 11001100 1000 1010101 0 10100 100100110 1001010 101110

Color Harmonies of #BB1FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1FCC

Black with #BB1FCC

Text Example


Text Example

White with #BB1FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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