Html Css Color HEX #BC096F Medium Violet Red

📋 copy color: '#BC096F'

red 188 ◦ green 9 ◦ blue 111

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

Shades of Medium Violet Red #BC096F

Tints of Medium Violet Red #BC096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 61.04%
G = 2.92%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC096F (or 0xBC096F) is known color: Medium Violet Red. HEX triplet: BC, 09 and 6F. RGB value is (188,9,111). Sum of RGB (Red+Green+Blue) = 188+9+111=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC096F is #43F690. Grayscale: #494949. Windows color (decimal): -4454033 or 7276988. OLE color: 7276988.

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

Color convert

RGB 188 9 111 -
CMYK 0 0.95 0.41 0.26
HSL 325.81º 0.91% 0.39% -
HSV(B) 325.81º 0.95% 0.74% -
XYZ 23.71 12.03 16.11 -
YUV 74.15 148.8 209.21 -
System Red Green Blue C M Y K H S L
Decimal 188 9 111 0 0.95 0.41 0.26 325.81 0.91 0.39
Hex BC 9 6F 0 5F 29 1A 146 5B 27
Octal 274 11 157 0 137 51 32 506 133 47
Binary 10111100 1001 1101111 0 1011111 101001 11010 101000110 1011011 100111

Color Harmonies of #BC096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC096F

Black with #BC096F

Text Example


Text Example

White with #BC096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC096F; }

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

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

background-color css

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

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

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

border-color css

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

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

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