Html Css Color HEX #B64298 Medium Red Violet

📋 copy color: '#B64298'

red 182 ◦ green 66 ◦ blue 152

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

Shades of Medium Red Violet #B64298

Tints of Medium Red Violet #B64298

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.5%

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

R = 45.5%
G = 16.5%
B = 38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B64298 (or 0xB64298) is known color: Medium Red Violet. HEX triplet: B6, 42 and 98. RGB value is (182,66,152). Sum of RGB (Red+Green+Blue) = 182+66+152=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B64298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64298 is #49BD67. Grayscale: #6E6E6E. Windows color (decimal): -4832616 or 9978550. OLE color: 9978550.

HSL color Cylindrical-coordinate representation of color #B64298: hue angle of 315.52º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64298 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 66 152 -
CMYK 0 0.64 0.16 0.29
HSL 315.52º 0.47% 0.49% -
HSV(B) 315.52º 0.64% 0.71% -
XYZ 26.91 16.11 31.4 -
YUV 110.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 182 66 152 0 0.64 0.16 0.29 315.52 0.47 0.49
Hex B6 42 98 0 40 10 1D 13C 2F 31
Octal 266 102 230 0 100 20 35 474 57 61
Binary 10110110 1000010 10011000 0 1000000 10000 11101 100111100 101111 110001

Color Harmonies of #B64298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64298

Black with #B64298

Text Example


Text Example

White with #B64298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64298; }

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

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

background-color css

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

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

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

border-color css

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

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

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