Html Css Color HEX #BB12CF Deep Magenta

📋 copy color: '#BB12CF'

red 187 ◦ green 18 ◦ blue 207

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

Shades of Deep Magenta #BB12CF

Tints of Deep Magenta #BB12CF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.37%

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

R = 45.39%
G = 4.37%
B = 50.24%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB12CF (or 0xBB12CF) is known color: Deep Magenta. HEX triplet: BB, 12 and CF. RGB value is (187,18,207). Sum of RGB (Red+Green+Blue) = 187+18+207=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB12CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB12CF is #44ED30. Grayscale: #595959. Windows color (decimal): -4517169 or 13570747. OLE color: 13570747.

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

Color convert

RGB 187 18 207 -
CMYK 0.10 0.91 0 0.19
HSL 293.65º 0.84% 0.44% -
HSV(B) 293.65º 0.91% 0.81% -
XYZ 31.97 15.5 60.34 -
YUV 90.08 193.99 197.13 -
System Red Green Blue C M Y K H S L
Decimal 187 18 207 0.10 0.91 0 0.19 293.65 0.84 0.44
Hex BB 12 CF A 5B 0 13 126 54 2C
Octal 273 22 317 12 133 0 23 446 124 54
Binary 10111011 10010 11001111 1010 1011011 0 10011 100100110 1010100 101100

Color Harmonies of #BB12CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB12CF

Black with #BB12CF

Text Example


Text Example

White with #BB12CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB12CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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