Html Css Color HEX #BC0298 Medium Violet Red

📋 copy color: '#BC0298'

red 188 ◦ green 2 ◦ blue 152

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

Shades of Medium Violet Red #BC0298

Tints of Medium Violet Red #BC0298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 152 (59.77% from 255) = 44.44%

R = 54.97%
G = 0.58%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC0298 (or 0xBC0298) is known color: Medium Violet Red. HEX triplet: BC, 02 and 98. RGB value is (188,2,152). Sum of RGB (Red+Green+Blue) = 188+2+152=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0298 is #43FD67. Grayscale: #4A4A4A. Windows color (decimal): -4455784 or 9962172. OLE color: 9962172.

HSL color Cylindrical-coordinate representation of color #BC0298: hue angle of 311.61º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0298 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 2 152 -
CMYK 0 0.99 0.19 0.26
HSL 311.61º 0.98% 0.37% -
HSV(B) 311.61º 0.99% 0.74% -
XYZ 26.43 13 30.82 -
YUV 74.71 171.62 208.8 -
System Red Green Blue C M Y K H S L
Decimal 188 2 152 0 0.99 0.19 0.26 311.61 0.98 0.37
Hex BC 2 98 0 63 13 1A 138 62 25
Octal 274 2 230 0 143 23 32 470 142 45
Binary 10111100 10 10011000 0 1100011 10011 11010 100111000 1100010 100101

Color Harmonies of #BC0298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0298

Black with #BC0298

Text Example


Text Example

White with #BC0298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0298; }

 p { color: rgb(188,2,152); }

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

background-color css

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

 a { background-color: rgb(188,2,152); }

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

border-color css

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

 span { border-color: rgb(188,2,152); }

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