Html Css Color HEX #BC098D Medium Violet Red

📋 copy color: '#BC098D'

red 188 ◦ green 9 ◦ blue 141

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

Shades of Medium Violet Red #BC098D

Tints of Medium Violet Red #BC098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.72%

R = 55.62%
G = 2.66%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC098D (or 0xBC098D) is known color: Medium Violet Red. HEX triplet: BC, 09 and 8D. RGB value is (188,9,141). Sum of RGB (Red+Green+Blue) = 188+9+141=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC098D is #43F672. Grayscale: #4D4D4D. Windows color (decimal): -4454003 or 9243068. OLE color: 9243068.

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

Color convert

RGB 188 9 141 -
CMYK 0 0.95 0.25 0.26
HSL 315.75º 0.91% 0.39% -
HSV(B) 315.75º 0.95% 0.74% -
XYZ 25.64 12.81 26.32 -
YUV 77.57 163.8 206.77 -
System Red Green Blue C M Y K H S L
Decimal 188 9 141 0 0.95 0.25 0.26 315.75 0.91 0.39
Hex BC 9 8D 0 5F 19 1A 13C 5B 27
Octal 274 11 215 0 137 31 32 474 133 47
Binary 10111100 1001 10001101 0 1011111 11001 11010 100111100 1011011 100111

Color Harmonies of #BC098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC098D

Black with #BC098D

Text Example


Text Example

White with #BC098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC098D; }

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

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

background-color css

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

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

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

border-color css

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

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

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