Html Css Color HEX #BC09BA Deep Magenta

📋 copy color: '#BC09BA'

red 188 ◦ green 9 ◦ blue 186

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

Shades of Deep Magenta #BC09BA

Tints of Deep Magenta #BC09BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.35%

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

R = 49.09%
G = 2.35%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC09BA (or 0xBC09BA) is known color: Deep Magenta. HEX triplet: BC, 09 and BA. RGB value is (188,9,186). Sum of RGB (Red+Green+Blue) = 188+9+186=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC09BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC09BA is #43F645. Grayscale: #525252. Windows color (decimal): -4453958 or 12192188. OLE color: 12192188.

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

Color convert

RGB 188 9 186 -
CMYK 0 0.95 0.01 0.26
HSL 300.67º 0.91% 0.39% -
HSV(B) 300.67º 0.95% 0.74% -
XYZ 29.7 14.43 47.67 -
YUV 82.7 186.3 203.11 -
System Red Green Blue C M Y K H S L
Decimal 188 9 186 0 0.95 0.01 0.26 300.67 0.91 0.39
Hex BC 9 BA 0 5F 1 1A 12D 5B 27
Octal 274 11 272 0 137 1 32 455 133 47
Binary 10111100 1001 10111010 0 1011111 1 11010 100101101 1011011 100111

Color Harmonies of #BC09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09BA

Black with #BC09BA

Text Example


Text Example

White with #BC09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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