Html Css Color HEX #BC0DBB Deep Magenta

📋 copy color: '#BC0DBB'

red 188 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #BC0DBB

Tints of Deep Magenta #BC0DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.35%

 BLUE value IS 187 (73.44% from 255) = 48.2%

R = 48.45%
G = 3.35%
B = 48.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC0DBB (or 0xBC0DBB) is known color: Deep Magenta. HEX triplet: BC, 0D and BB. RGB value is (188,13,187). Sum of RGB (Red+Green+Blue) = 188+13+187=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DBB is #43F244. Grayscale: #545454. Windows color (decimal): -4452933 or 12258748. OLE color: 12258748.

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

Color convert

RGB 188 13 187 -
CMYK 0 0.93 0.01 0.26
HSL 300.34º 0.87% 0.39% -
HSV(B) 300.34º 0.93% 0.74% -
XYZ 29.85 14.57 48.25 -
YUV 85.16 185.48 201.35 -
System Red Green Blue C M Y K H S L
Decimal 188 13 187 0 0.93 0.01 0.26 300.34 0.87 0.39
Hex BC D BB 0 5D 1 1A 12C 57 27
Octal 274 15 273 0 135 1 32 454 127 47
Binary 10111100 1101 10111011 0 1011101 1 11010 100101100 1010111 100111

Color Harmonies of #BC0DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0DBB

Black with #BC0DBB

Text Example


Text Example

White with #BC0DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0DBB; }

 p { color: rgb(188,13,187); }

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

background-color css

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

 a { background-color: rgb(188,13,187); }

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

border-color css

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

 span { border-color: rgb(188,13,187); }

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