Html Css Color HEX #B60194 Medium Violet Red

📋 copy color: '#B60194'

red 182 ◦ green 1 ◦ blue 148

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

Shades of Medium Violet Red #B60194

Tints of Medium Violet Red #B60194

RGB

 RED value IS 182 (71.48% from 255) = 54.98%

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 148 (58.2% from 255) = 44.71%

R = 54.98%
G = 0.3%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B60194 (or 0xB60194) is known color: Medium Violet Red. HEX triplet: B6, 01 and 94. RGB value is (182,1,148). Sum of RGB (Red+Green+Blue) = 182+1+148=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B60194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60194 is #49FE6B. Grayscale: #474747. Windows color (decimal): -4849260 or 9699766. OLE color: 9699766.

HSL color Cylindrical-coordinate representation of color #B60194: hue angle of 311.27º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60194 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 1 148 -
CMYK 0 0.99 0.19 0.29
HSL 311.27º 0.99% 0.36% -
HSV(B) 311.27º 0.99% 0.71% -
XYZ 24.65 12.1 29.05 -
YUV 71.88 170.97 206.55 -
System Red Green Blue C M Y K H S L
Decimal 182 1 148 0 0.99 0.19 0.29 311.27 0.99 0.36
Hex B6 1 94 0 63 13 1D 137 63 24
Octal 266 1 224 0 143 23 35 467 143 44
Binary 10110110 1 10010100 0 1100011 10011 11101 100110111 1100011 100100

Color Harmonies of #B60194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60194

Black with #B60194

Text Example


Text Example

White with #B60194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60194; }

 p { color: rgb(182,1,148); }

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

background-color css

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

 a { background-color: rgb(182,1,148); }

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

border-color css

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

 span { border-color: rgb(182,1,148); }

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