Html Css Color HEX #BC097D Medium Violet Red

📋 copy color: '#BC097D'

red 188 ◦ green 9 ◦ blue 125

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

Shades of Medium Violet Red #BC097D

Tints of Medium Violet Red #BC097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.82%

R = 58.39%
G = 2.8%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC097D (or 0xBC097D) is known color: Medium Violet Red. HEX triplet: BC, 09 and 7D. RGB value is (188,9,125). Sum of RGB (Red+Green+Blue) = 188+9+125=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC097D is #43F682. Grayscale: #4B4B4B. Windows color (decimal): -4454019 or 8194492. OLE color: 8194492.

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

Color convert

RGB 188 9 125 -
CMYK 0 0.95 0.34 0.26
HSL 321.12º 0.91% 0.39% -
HSV(B) 321.12º 0.95% 0.74% -
XYZ 24.54 12.37 20.5 -
YUV 75.75 155.8 208.07 -
System Red Green Blue C M Y K H S L
Decimal 188 9 125 0 0.95 0.34 0.26 321.12 0.91 0.39
Hex BC 9 7D 0 5F 22 1A 141 5B 27
Octal 274 11 175 0 137 42 32 501 133 47
Binary 10111100 1001 1111101 0 1011111 100010 11010 101000001 1011011 100111

Color Harmonies of #BC097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC097D

Black with #BC097D

Text Example


Text Example

White with #BC097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC097D; }

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

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

background-color css

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

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

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

border-color css

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

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

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