Html Css Color HEX #BC09BE Deep Magenta

📋 copy color: '#BC09BE'

red 188 ◦ green 9 ◦ blue 190

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

Shades of Deep Magenta #BC09BE

Tints of Deep Magenta #BC09BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 48.58%
G = 2.33%
B = 49.1%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC09BE (or 0xBC09BE) is known color: Deep Magenta. HEX triplet: BC, 09 and BE. RGB value is (188,9,190). Sum of RGB (Red+Green+Blue) = 188+9+190=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC09BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC09BE is #43F641. Grayscale: #525252. Windows color (decimal): -4453954 or 12454332. OLE color: 12454332.

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

Color convert

RGB 188 9 190 -
CMYK 0.01 0.95 0 0.25
HSL 299.34º 0.91% 0.39% -
HSV(B) 299.34º 0.95% 0.75% -
XYZ 30.13 14.6 49.95 -
YUV 83.16 188.3 202.78 -
System Red Green Blue C M Y K H S L
Decimal 188 9 190 0.01 0.95 0 0.25 299.34 0.91 0.39
Hex BC 9 BE 1 5F 0 19 12B 5B 27
Octal 274 11 276 1 137 0 31 453 133 47
Binary 10111100 1001 10111110 1 1011111 0 11001 100101011 1011011 100111

Color Harmonies of #BC09BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC09BE

Black with #BC09BE

Text Example


Text Example

White with #BC09BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC09BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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