Html Css Color HEX #B63998 Medium Red Violet

📋 copy color: '#B63998'

red 182 ◦ green 57 ◦ blue 152

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

Shades of Medium Red Violet #B63998

Tints of Medium Red Violet #B63998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.58%

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

R = 46.55%
G = 14.58%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B63998 (or 0xB63998) is known color: Medium Red Violet. HEX triplet: B6, 39 and 98. RGB value is (182,57,152). Sum of RGB (Red+Green+Blue) = 182+57+152=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B63998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63998 is #49C667. Grayscale: #686868. Windows color (decimal): -4834920 or 9976246. OLE color: 9976246.

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

Color convert

RGB 182 57 152 -
CMYK 0 0.69 0.16 0.29
HSL 314.4º 0.52% 0.47% -
HSV(B) 314.4º 0.69% 0.71% -
XYZ 26.42 15.14 31.24 -
YUV 105.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 182 57 152 0 0.69 0.16 0.29 314.4 0.52 0.47
Hex B6 39 98 0 45 10 1D 13A 34 2F
Octal 266 71 230 0 105 20 35 472 64 57
Binary 10110110 111001 10011000 0 1000101 10000 11101 100111010 110100 101111

Color Harmonies of #B63998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63998

Black with #B63998

Text Example


Text Example

White with #B63998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63998; }

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

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

background-color css

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

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

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

border-color css

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

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

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