Html Css Color HEX #B63288 Medium Red Violet

📋 copy color: '#B63288'

red 182 ◦ green 50 ◦ blue 136

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

Shades of Medium Red Violet #B63288

Tints of Medium Red Violet #B63288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.59%

 BLUE value IS 136 (53.52% from 255) = 36.96%

R = 49.46%
G = 13.59%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B63288 (or 0xB63288) is known color: Medium Red Violet. HEX triplet: B6, 32 and 88. RGB value is (182,50,136). Sum of RGB (Red+Green+Blue) = 182+50+136=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B63288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63288 is #49CD77. Grayscale: #636363. Windows color (decimal): -4836728 or 8925878. OLE color: 8925878.

HSL color Cylindrical-coordinate representation of color #B63288: hue angle of 320.91º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63288 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 50 136 -
CMYK 0 0.73 0.25 0.29
HSL 320.91º 0.57% 0.45% -
HSV(B) 320.91º 0.73% 0.71% -
XYZ 24.88 14 24.68 -
YUV 99.27 148.73 187.01 -
System Red Green Blue C M Y K H S L
Decimal 182 50 136 0 0.73 0.25 0.29 320.91 0.57 0.45
Hex B6 32 88 0 49 19 1D 141 39 2D
Octal 266 62 210 0 111 31 35 501 71 55
Binary 10110110 110010 10001000 0 1001001 11001 11101 101000001 111001 101101

Color Harmonies of #B63288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63288

Black with #B63288

Text Example


Text Example

White with #B63288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63288; }

 p { color: rgb(182,50,136); }

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

background-color css

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

 a { background-color: rgb(182,50,136); }

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

border-color css

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

 span { border-color: rgb(182,50,136); }

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