Html Css Color HEX #B63F98 Medium Red Violet

📋 copy color: '#B63F98'

red 182 ◦ green 63 ◦ blue 152

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

Shades of Medium Red Violet #B63F98

Tints of Medium Red Violet #B63F98

RGB

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

 GREEN value IS 63 (25% from 255) = 15.87%

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

R = 45.84%
G = 15.87%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B63F98 (or 0xB63F98) is known color: Medium Red Violet. HEX triplet: B6, 3F and 98. RGB value is (182,63,152). Sum of RGB (Red+Green+Blue) = 182+63+152=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63F98 is #49C067. Grayscale: #6C6C6C. Windows color (decimal): -4833384 or 9977782. OLE color: 9977782.

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

Color convert

RGB 182 63 152 -
CMYK 0 0.65 0.16 0.29
HSL 315.13º 0.49% 0.48% -
HSV(B) 315.13º 0.65% 0.71% -
XYZ 26.74 15.77 31.34 -
YUV 108.73 152.42 180.26 -
System Red Green Blue C M Y K H S L
Decimal 182 63 152 0 0.65 0.16 0.29 315.13 0.49 0.48
Hex B6 3F 98 0 41 10 1D 13B 31 30
Octal 266 77 230 0 101 20 35 473 61 60
Binary 10110110 111111 10011000 0 1000001 10000 11101 100111011 110001 110000

Color Harmonies of #B63F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F98

Black with #B63F98

Text Example


Text Example

White with #B63F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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