Html Css Color HEX #B63485 Medium Red Violet

📋 copy color: '#B63485'

red 182 ◦ green 52 ◦ blue 133

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

Shades of Medium Red Violet #B63485

Tints of Medium Red Violet #B63485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.17%

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 49.59%
G = 14.17%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B63485 (or 0xB63485) is known color: Medium Red Violet. HEX triplet: B6, 34 and 85. RGB value is (182,52,133). Sum of RGB (Red+Green+Blue) = 182+52+133=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B63485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63485 is #49CB7A. Grayscale: #636363. Windows color (decimal): -4836219 or 8729782. OLE color: 8729782.

HSL color Cylindrical-coordinate representation of color #B63485: hue angle of 322.62º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63485 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 52 133 -
CMYK 0 0.71 0.27 0.29
HSL 322.62º 0.56% 0.46% -
HSV(B) 322.62º 0.71% 0.71% -
XYZ 24.75 14.09 23.61 -
YUV 100.1 146.57 186.41 -
System Red Green Blue C M Y K H S L
Decimal 182 52 133 0 0.71 0.27 0.29 322.62 0.56 0.46
Hex B6 34 85 0 47 1B 1D 143 38 2E
Octal 266 64 205 0 107 33 35 503 70 56
Binary 10110110 110100 10000101 0 1000111 11011 11101 101000011 111000 101110

Color Harmonies of #B63485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63485

Black with #B63485

Text Example


Text Example

White with #B63485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63485; }

 p { color: rgb(182,52,133); }

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

background-color css

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

 a { background-color: rgb(182,52,133); }

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

border-color css

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

 span { border-color: rgb(182,52,133); }

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