Html Css Color HEX #BB1FCA Deep Magenta

📋 copy color: '#BB1FCA'

red 187 ◦ green 31 ◦ blue 202

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

Shades of Deep Magenta #BB1FCA

Tints of Deep Magenta #BB1FCA

RGB

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

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

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

R = 44.52%
G = 7.38%
B = 48.1%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB1FCA (or 0xBB1FCA) is known color: Deep Magenta. HEX triplet: BB, 1F and CA. RGB value is (187,31,202). Sum of RGB (Red+Green+Blue) = 187+31+202=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB1FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1FCA is #44E035. Grayscale: #606060. Windows color (decimal): -4513846 or 13246395. OLE color: 13246395.

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

Color convert

RGB 187 31 202 -
CMYK 0.07 0.85 0 0.21
HSL 294.74º 0.73% 0.46% -
HSV(B) 294.74º 0.85% 0.79% -
XYZ 31.64 15.81 57.26 -
YUV 97.14 187.18 192.1 -
System Red Green Blue C M Y K H S L
Decimal 187 31 202 0.07 0.85 0 0.21 294.74 0.73 0.46
Hex BB 1F CA 7 55 0 15 127 49 2E
Octal 273 37 312 7 125 0 25 447 111 56
Binary 10111011 11111 11001010 111 1010101 0 10101 100100111 1001001 101110

Color Harmonies of #BB1FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1FCA

Black with #BB1FCA

Text Example


Text Example

White with #BB1FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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