Html Css Color HEX #BC0398 Medium Violet Red

📋 copy color: '#BC0398'

red 188 ◦ green 3 ◦ blue 152

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

Shades of Medium Violet Red #BC0398

Tints of Medium Violet Red #BC0398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 54.81%
G = 0.87%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC0398 (or 0xBC0398) is known color: Medium Violet Red. HEX triplet: BC, 03 and 98. RGB value is (188,3,152). Sum of RGB (Red+Green+Blue) = 188+3+152=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0398 is #43FC67. Grayscale: #4A4A4A. Windows color (decimal): -4455528 or 9962428. OLE color: 9962428.

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

Color convert

RGB 188 3 152 -
CMYK 0 0.98 0.19 0.26
HSL 311.68º 0.97% 0.37% -
HSV(B) 311.68º 0.98% 0.74% -
XYZ 26.44 13.02 30.83 -
YUV 75.3 171.29 208.38 -
System Red Green Blue C M Y K H S L
Decimal 188 3 152 0 0.98 0.19 0.26 311.68 0.97 0.37
Hex BC 3 98 0 62 13 1A 138 61 25
Octal 274 3 230 0 142 23 32 470 141 45
Binary 10111100 11 10011000 0 1100010 10011 11010 100111000 1100001 100101

Color Harmonies of #BC0398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0398

Black with #BC0398

Text Example


Text Example

White with #BC0398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0398; }

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

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

background-color css

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

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

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

border-color css

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

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

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