Html Css Color HEX #BC1BB5 Deep Magenta

📋 copy color: '#BC1BB5'

red 188 ◦ green 27 ◦ blue 181

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

Shades of Deep Magenta #BC1BB5

Tints of Deep Magenta #BC1BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.71%

R = 47.47%
G = 6.82%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC1BB5 (or 0xBC1BB5) is known color: Deep Magenta. HEX triplet: BC, 1B and B5. RGB value is (188,27,181). Sum of RGB (Red+Green+Blue) = 188+27+181=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1BB5 is #43E44A. Grayscale: #5C5C5C. Windows color (decimal): -4449355 or 11869116. OLE color: 11869116.

HSL color Cylindrical-coordinate representation of color #BC1BB5: hue angle of 302.61º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1BB5 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 27 181 -
CMYK 0 0.86 0.04 0.26
HSL 302.61º 0.75% 0.42% -
HSV(B) 302.61º 0.86% 0.74% -
XYZ 29.47 14.81 45.02 -
YUV 92.7 177.84 195.98 -
System Red Green Blue C M Y K H S L
Decimal 188 27 181 0 0.86 0.04 0.26 302.61 0.75 0.42
Hex BC 1B B5 0 56 4 1A 12F 4B 2A
Octal 274 33 265 0 126 4 32 457 113 52
Binary 10111100 11011 10110101 0 1010110 100 11010 100101111 1001011 101010

Color Harmonies of #BC1BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1BB5

Black with #BC1BB5

Text Example


Text Example

White with #BC1BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1BB5; }

 p { color: rgb(188,27,181); }

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

background-color css

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

 a { background-color: rgb(188,27,181); }

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

border-color css

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

 span { border-color: rgb(188,27,181); }

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