Html Css Color HEX #BC0BBA Deep Magenta

📋 copy color: '#BC0BBA'

red 188 ◦ green 11 ◦ blue 186

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

Shades of Deep Magenta #BC0BBA

Tints of Deep Magenta #BC0BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 48.83%
G = 2.86%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC0BBA (or 0xBC0BBA) is known color: Deep Magenta. HEX triplet: BC, 0B and BA. RGB value is (188,11,186). Sum of RGB (Red+Green+Blue) = 188+11+186=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0BBA is #43F445. Grayscale: #535353. Windows color (decimal): -4453446 or 12192700. OLE color: 12192700.

HSL color Cylindrical-coordinate representation of color #BC0BBA: hue angle of 300.68º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0BBA is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 11 186 -
CMYK 0 0.94 0.01 0.26
HSL 300.68º 0.89% 0.39% -
HSV(B) 300.68º 0.94% 0.74% -
XYZ 29.72 14.48 47.68 -
YUV 83.87 185.64 202.27 -
System Red Green Blue C M Y K H S L
Decimal 188 11 186 0 0.94 0.01 0.26 300.68 0.89 0.39
Hex BC B BA 0 5E 1 1A 12D 59 27
Octal 274 13 272 0 136 1 32 455 131 47
Binary 10111100 1011 10111010 0 1011110 1 11010 100101101 1011001 100111

Color Harmonies of #BC0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0BBA

Black with #BC0BBA

Text Example


Text Example

White with #BC0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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