Html Css Color HEX #BC098C Medium Violet Red

📋 copy color: '#BC098C'

red 188 ◦ green 9 ◦ blue 140

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

Shades of Medium Violet Red #BC098C

Tints of Medium Violet Red #BC098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 55.79%
G = 2.67%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC098C (or 0xBC098C) is known color: Medium Violet Red. HEX triplet: BC, 09 and 8C. RGB value is (188,9,140). Sum of RGB (Red+Green+Blue) = 188+9+140=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC098C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC098C is #43F673. Grayscale: #4D4D4D. Windows color (decimal): -4454004 or 9177532. OLE color: 9177532.

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

Color convert

RGB 188 9 140 -
CMYK 0 0.95 0.26 0.26
HSL 316.09º 0.91% 0.39% -
HSV(B) 316.09º 0.95% 0.74% -
XYZ 25.57 12.78 25.93 -
YUV 77.46 163.3 206.85 -
System Red Green Blue C M Y K H S L
Decimal 188 9 140 0 0.95 0.26 0.26 316.09 0.91 0.39
Hex BC 9 8C 0 5F 1A 1A 13C 5B 27
Octal 274 11 214 0 137 32 32 474 133 47
Binary 10111100 1001 10001100 0 1011111 11010 11010 100111100 1011011 100111

Color Harmonies of #BC098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC098C

Black with #BC098C

Text Example


Text Example

White with #BC098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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