Html Css Color HEX #BC097A Medium Violet Red

📋 copy color: '#BC097A'

red 188 ◦ green 9 ◦ blue 122

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

Shades of Medium Violet Red #BC097A

Tints of Medium Violet Red #BC097A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.24%

R = 58.93%
G = 2.82%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC097A (or 0xBC097A) is known color: Medium Violet Red. HEX triplet: BC, 09 and 7A. RGB value is (188,9,122). Sum of RGB (Red+Green+Blue) = 188+9+122=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC097A is #43F685. Grayscale: #4B4B4B. Windows color (decimal): -4454022 or 7997884. OLE color: 7997884.

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

Color convert

RGB 188 9 122 -
CMYK 0 0.95 0.35 0.26
HSL 322.12º 0.91% 0.39% -
HSV(B) 322.12º 0.95% 0.74% -
XYZ 24.35 12.29 19.5 -
YUV 75.4 154.3 208.31 -
System Red Green Blue C M Y K H S L
Decimal 188 9 122 0 0.95 0.35 0.26 322.12 0.91 0.39
Hex BC 9 7A 0 5F 23 1A 142 5B 27
Octal 274 11 172 0 137 43 32 502 133 47
Binary 10111100 1001 1111010 0 1011111 100011 11010 101000010 1011011 100111

Color Harmonies of #BC097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC097A

Black with #BC097A

Text Example


Text Example

White with #BC097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC097A; }

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

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

background-color css

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

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

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

border-color css

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

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

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