Html Css Color HEX #B626A0 Medium Red Violet

📋 copy color: '#B626A0'

red 182 ◦ green 38 ◦ blue 160

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

Shades of Medium Red Violet #B626A0

Tints of Medium Red Violet #B626A0

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10%

 BLUE value IS 160 (62.89% from 255) = 42.11%

R = 47.89%
G = 10%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B626A0 (or 0xB626A0) is known color: Medium Red Violet. HEX triplet: B6, 26 and A0. RGB value is (182,38,160). Sum of RGB (Red+Green+Blue) = 182+38+160=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B626A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B626A0 is #49D95F. Grayscale: #5E5E5E. Windows color (decimal): -4839776 or 10495670. OLE color: 10495670.

HSL color Cylindrical-coordinate representation of color #B626A0: hue angle of 309.17º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B626A0 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 38 160 -
CMYK 0 0.79 0.12 0.29
HSL 309.17º 0.65% 0.43% -
HSV(B) 309.17º 0.79% 0.71% -
XYZ 26.33 13.87 34.55 -
YUV 94.96 164.71 190.08 -
System Red Green Blue C M Y K H S L
Decimal 182 38 160 0 0.79 0.12 0.29 309.17 0.65 0.43
Hex B6 26 A0 0 4F C 1D 135 41 2B
Octal 266 46 240 0 117 14 35 465 101 53
Binary 10110110 100110 10100000 0 1001111 1100 11101 100110101 1000001 101011

Color Harmonies of #B626A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B626A0

Black with #B626A0

Text Example


Text Example

White with #B626A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B626A0; }

 p { color: rgb(182,38,160); }

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

background-color css

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

 a { background-color: rgb(182,38,160); }

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

border-color css

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

 span { border-color: rgb(182,38,160); }

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