Html Css Color HEX #BB1CCF Deep Magenta

📋 copy color: '#BB1CCF'

red 187 ◦ green 28 ◦ blue 207

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

Shades of Deep Magenta #BB1CCF

Tints of Deep Magenta #BB1CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.64%

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

R = 44.31%
G = 6.64%
B = 49.05%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB1CCF (or 0xBB1CCF) is known color: Deep Magenta. HEX triplet: BB, 1C and CF. RGB value is (187,28,207). Sum of RGB (Red+Green+Blue) = 187+28+207=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB1CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1CCF is #44E330. Grayscale: #5F5F5F. Windows color (decimal): -4514609 or 13573307. OLE color: 13573307.

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

Color convert

RGB 187 28 207 -
CMYK 0.10 0.86 0 0.19
HSL 293.3º 0.76% 0.46% -
HSV(B) 293.3º 0.86% 0.81% -
XYZ 32.17 15.9 60.4 -
YUV 95.95 190.68 192.95 -
System Red Green Blue C M Y K H S L
Decimal 187 28 207 0.10 0.86 0 0.19 293.3 0.76 0.46
Hex BB 1C CF A 56 0 13 125 4C 2E
Octal 273 34 317 12 126 0 23 445 114 56
Binary 10111011 11100 11001111 1010 1010110 0 10011 100100101 1001100 101110

Color Harmonies of #BB1CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1CCF

Black with #BB1CCF

Text Example


Text Example

White with #BB1CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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