Html Css Color HEX #BC099F Medium Violet Red

📋 copy color: '#BC099F'

red 188 ◦ green 9 ◦ blue 159

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

Shades of Medium Violet Red #BC099F

Tints of Medium Violet Red #BC099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 52.81%
G = 2.53%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC099F (or 0xBC099F) is known color: Medium Violet Red. HEX triplet: BC, 09 and 9F. RGB value is (188,9,159). Sum of RGB (Red+Green+Blue) = 188+9+159=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC099F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC099F is #43F660. Grayscale: #4F4F4F. Windows color (decimal): -4453985 or 10422716. OLE color: 10422716.

HSL color Cylindrical-coordinate representation of color #BC099F: hue angle of 309.72º 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 #BC099F is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 9 159 -
CMYK 0 0.95 0.15 0.26
HSL 309.72º 0.91% 0.39% -
HSV(B) 309.72º 0.95% 0.74% -
XYZ 27.09 13.39 33.96 -
YUV 79.62 172.8 205.3 -
System Red Green Blue C M Y K H S L
Decimal 188 9 159 0 0.95 0.15 0.26 309.72 0.91 0.39
Hex BC 9 9F 0 5F F 1A 136 5B 27
Octal 274 11 237 0 137 17 32 466 133 47
Binary 10111100 1001 10011111 0 1011111 1111 11010 100110110 1011011 100111

Color Harmonies of #BC099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC099F

Black with #BC099F

Text Example


Text Example

White with #BC099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC099F; }

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

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

background-color css

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

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

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

border-color css

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

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

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