Html Css Color HEX #BC25BB Deep Magenta

📋 copy color: '#BC25BB'

red 188 ◦ green 37 ◦ blue 187

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

Shades of Deep Magenta #BC25BB

Tints of Deep Magenta #BC25BB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.98%

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

R = 45.63%
G = 8.98%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC25BB (or 0xBC25BB) is known color: Deep Magenta. HEX triplet: BC, 25 and BB. RGB value is (188,37,187). Sum of RGB (Red+Green+Blue) = 188+37+187=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC25BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC25BB is #43DA44. Grayscale: #626262. Windows color (decimal): -4446789 or 12264892. OLE color: 12264892.

HSL color Cylindrical-coordinate representation of color #BC25BB: hue angle of 300.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC25BB is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 187 -
CMYK 0 0.80 0.01 0.26
HSL 300.4º 0.67% 0.44% -
HSV(B) 300.4º 0.8% 0.74% -
XYZ 30.37 15.6 48.42 -
YUV 99.25 177.53 191.3 -
System Red Green Blue C M Y K H S L
Decimal 188 37 187 0 0.80 0.01 0.26 300.4 0.67 0.44
Hex BC 25 BB 0 50 1 1A 12C 43 2C
Octal 274 45 273 0 120 1 32 454 103 54
Binary 10111100 100101 10111011 0 1010000 1 11010 100101100 1000011 101100

Color Harmonies of #BC25BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC25BB

Black with #BC25BB

Text Example


Text Example

White with #BC25BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC25BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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