Html Css Color HEX #B63488 Medium Red Violet

📋 copy color: '#B63488'

red 182 ◦ green 52 ◦ blue 136

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

Shades of Medium Red Violet #B63488

Tints of Medium Red Violet #B63488

RGB

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

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

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

R = 49.19%
G = 14.05%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B63488 (or 0xB63488) is known color: Medium Red Violet. HEX triplet: B6, 34 and 88. RGB value is (182,52,136). Sum of RGB (Red+Green+Blue) = 182+52+136=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B63488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63488 is #49CB77. Grayscale: #646464. Windows color (decimal): -4836216 or 8926390. OLE color: 8926390.

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

Color convert

RGB 182 52 136 -
CMYK 0 0.71 0.25 0.29
HSL 321.23º 0.56% 0.46% -
HSV(B) 321.23º 0.71% 0.71% -
XYZ 24.96 14.18 24.71 -
YUV 100.45 148.07 186.17 -
System Red Green Blue C M Y K H S L
Decimal 182 52 136 0 0.71 0.25 0.29 321.23 0.56 0.46
Hex B6 34 88 0 47 19 1D 141 38 2E
Octal 266 64 210 0 107 31 35 501 70 56
Binary 10110110 110100 10001000 0 1000111 11001 11101 101000001 111000 101110

Color Harmonies of #B63488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63488

Black with #B63488

Text Example


Text Example

White with #B63488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63488; }

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

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

background-color css

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

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

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

border-color css

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

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

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