Html Css Color HEX #B63685 Medium Red Violet

📋 copy color: '#B63685'

red 182 ◦ green 54 ◦ blue 133

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

Shades of Medium Red Violet #B63685

Tints of Medium Red Violet #B63685

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.63%

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

R = 49.32%
G = 14.63%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B63685 (or 0xB63685) is known color: Medium Red Violet. HEX triplet: B6, 36 and 85. RGB value is (182,54,133). Sum of RGB (Red+Green+Blue) = 182+54+133=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B63685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63685 is #49C97A. Grayscale: #656565. Windows color (decimal): -4835707 or 8730294. OLE color: 8730294.

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

Color convert

RGB 182 54 133 -
CMYK 0 0.70 0.27 0.29
HSL 322.97º 0.54% 0.46% -
HSV(B) 322.97º 0.7% 0.71% -
XYZ 24.84 14.28 23.64 -
YUV 101.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 182 54 133 0 0.70 0.27 0.29 322.97 0.54 0.46
Hex B6 36 85 0 46 1B 1D 143 36 2E
Octal 266 66 205 0 106 33 35 503 66 56
Binary 10110110 110110 10000101 0 1000110 11011 11101 101000011 110110 101110

Color Harmonies of #B63685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63685

Black with #B63685

Text Example


Text Example

White with #B63685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63685; }

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

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

background-color css

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

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

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

border-color css

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

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

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