Html Css Color HEX #B61298 Medium Violet Red

📋 copy color: '#B61298'

red 182 ◦ green 18 ◦ blue 152

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

Shades of Medium Violet Red #B61298

Tints of Medium Violet Red #B61298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.11%

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

R = 51.7%
G = 5.11%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B61298 (or 0xB61298) is known color: Medium Violet Red. HEX triplet: B6, 12 and 98. RGB value is (182,18,152). Sum of RGB (Red+Green+Blue) = 182+18+152=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B61298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61298 is #49ED67. Grayscale: #515151. Windows color (decimal): -4844904 or 9966262. OLE color: 9966262.

HSL color Cylindrical-coordinate representation of color #B61298: hue angle of 310.98º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61298 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 18 152 -
CMYK 0 0.90 0.16 0.29
HSL 310.98º 0.82% 0.39% -
HSV(B) 310.98º 0.9% 0.71% -
XYZ 25.18 12.64 30.82 -
YUV 82.31 167.33 199.1 -
System Red Green Blue C M Y K H S L
Decimal 182 18 152 0 0.90 0.16 0.29 310.98 0.82 0.39
Hex B6 12 98 0 5A 10 1D 137 52 27
Octal 266 22 230 0 132 20 35 467 122 47
Binary 10110110 10010 10011000 0 1011010 10000 11101 100110111 1010010 100111

Color Harmonies of #B61298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61298

Black with #B61298

Text Example


Text Example

White with #B61298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61298; }

 p { color: rgb(182,18,152); }

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

background-color css

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

 a { background-color: rgb(182,18,152); }

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

border-color css

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

 span { border-color: rgb(182,18,152); }

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