Html Css Color HEX #B63F96 Medium Red Violet

📋 copy color: '#B63F96'

red 182 ◦ green 63 ◦ blue 150

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

Shades of Medium Red Violet #B63F96

Tints of Medium Red Violet #B63F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 46.08%
G = 15.95%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B63F96 (or 0xB63F96) is known color: Medium Red Violet. HEX triplet: B6, 3F and 96. RGB value is (182,63,150). Sum of RGB (Red+Green+Blue) = 182+63+150=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63F96 is #49C069. Grayscale: #6C6C6C. Windows color (decimal): -4833386 or 9846710. OLE color: 9846710.

HSL color Cylindrical-coordinate representation of color #B63F96: hue angle of 316.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 #B63F96 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 63 150 -
CMYK 0 0.65 0.18 0.29
HSL 316.13º 0.49% 0.48% -
HSV(B) 316.13º 0.65% 0.71% -
XYZ 26.57 15.7 30.48 -
YUV 108.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 182 63 150 0 0.65 0.18 0.29 316.13 0.49 0.48
Hex B6 3F 96 0 41 12 1D 13C 31 30
Octal 266 77 226 0 101 22 35 474 61 60
Binary 10110110 111111 10010110 0 1000001 10010 11101 100111100 110001 110000

Color Harmonies of #B63F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F96

Black with #B63F96

Text Example


Text Example

White with #B63F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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