Html Css Color HEX #BC0BBF Deep Magenta

📋 copy color: '#BC0BBF'

red 188 ◦ green 11 ◦ blue 191

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

Shades of Deep Magenta #BC0BBF

Tints of Deep Magenta #BC0BBF

RGB

 RED value IS 188 (73.83% from 255) = 48.21%

 GREEN value IS 11 (4.69% from 255) = 2.82%

 BLUE value IS 191 (75% from 255) = 48.97%

R = 48.21%
G = 2.82%
B = 48.97%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC0BBF (or 0xBC0BBF) is known color: Deep Magenta. HEX triplet: BC, 0B and BF. RGB value is (188,11,191). Sum of RGB (Red+Green+Blue) = 188+11+191=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC0BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0BBF is #43F440. Grayscale: #535353. Windows color (decimal): -4453441 or 12520380. OLE color: 12520380.

HSL color Cylindrical-coordinate representation of color #BC0BBF: hue angle of 299º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0BBF is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 11 191 -
CMYK 0.02 0.94 0 0.25
HSL 299º 0.89% 0.4% -
HSV(B) 299º 0.94% 0.75% -
XYZ 30.26 14.69 50.53 -
YUV 84.44 188.14 201.86 -
System Red Green Blue C M Y K H S L
Decimal 188 11 191 0.02 0.94 0 0.25 299 0.89 0.4
Hex BC B BF 2 5E 0 19 12B 59 28
Octal 274 13 277 2 136 0 31 453 131 50
Binary 10111100 1011 10111111 10 1011110 0 11001 100101011 1011001 101000

Color Harmonies of #BC0BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0BBF

Black with #BC0BBF

Text Example


Text Example

White with #BC0BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0BBF; }

 p { color: rgb(188,11,191); }

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

background-color css

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

 a { background-color: rgb(188,11,191); }

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

border-color css

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

 span { border-color: rgb(188,11,191); }

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