Html Css Color HEX #BB1BCF Deep Magenta

📋 copy color: '#BB1BCF'

red 187 ◦ green 27 ◦ blue 207

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

Shades of Deep Magenta #BB1BCF

Tints of Deep Magenta #BB1BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.41%

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 44.42%
G = 6.41%
B = 49.17%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB1BCF (or 0xBB1BCF) is known color: Deep Magenta. HEX triplet: BB, 1B and CF. RGB value is (187,27,207). Sum of RGB (Red+Green+Blue) = 187+27+207=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB1BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1BCF is #44E430. Grayscale: #5E5E5E. Windows color (decimal): -4514865 or 13573051. OLE color: 13573051.

HSL color Cylindrical-coordinate representation of color #BB1BCF: hue angle of 293.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1BCF is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 27 207 -
CMYK 0.10 0.87 0 0.19
HSL 293.33º 0.77% 0.46% -
HSV(B) 293.33º 0.87% 0.81% -
XYZ 32.15 15.85 60.4 -
YUV 95.36 191.01 193.36 -
System Red Green Blue C M Y K H S L
Decimal 187 27 207 0.10 0.87 0 0.19 293.33 0.77 0.46
Hex BB 1B CF A 57 0 13 125 4D 2E
Octal 273 33 317 12 127 0 23 445 115 56
Binary 10111011 11011 11001111 1010 1010111 0 10011 100100101 1001101 101110

Color Harmonies of #BB1BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1BCF

Black with #BB1BCF

Text Example


Text Example

White with #BB1BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1BCF; }

 p { color: rgb(187,27,207); }

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

background-color css

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

 a { background-color: rgb(187,27,207); }

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

border-color css

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

 span { border-color: rgb(187,27,207); }

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