Html Css Color HEX #B63F90 Medium Red Violet

📋 copy color: '#B63F90'

red 182 ◦ green 63 ◦ blue 144

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

Shades of Medium Red Violet #B63F90

Tints of Medium Red Violet #B63F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.02%

R = 46.79%
G = 16.2%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B63F90 (or 0xB63F90) is known color: Medium Red Violet. HEX triplet: B6, 3F and 90. RGB value is (182,63,144). Sum of RGB (Red+Green+Blue) = 182+63+144=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63F90 is #49C06F. Grayscale: #6B6B6B. Windows color (decimal): -4833392 or 9453494. OLE color: 9453494.

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

Color convert

RGB 182 63 144 -
CMYK 0 0.65 0.21 0.29
HSL 319.16º 0.49% 0.48% -
HSV(B) 319.16º 0.65% 0.71% -
XYZ 26.1 15.51 28 -
YUV 107.82 148.42 180.91 -
System Red Green Blue C M Y K H S L
Decimal 182 63 144 0 0.65 0.21 0.29 319.16 0.49 0.48
Hex B6 3F 90 0 41 15 1D 13F 31 30
Octal 266 77 220 0 101 25 35 477 61 60
Binary 10110110 111111 10010000 0 1000001 10101 11101 100111111 110001 110000

Color Harmonies of #B63F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F90

Black with #B63F90

Text Example


Text Example

White with #B63F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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