Html Css Color HEX #B626A5 Medium Red Violet

📋 copy color: '#B626A5'

red 182 ◦ green 38 ◦ blue 165

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

Shades of Medium Red Violet #B626A5

Tints of Medium Red Violet #B626A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.86%

R = 47.27%
G = 9.87%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B626A5 (or 0xB626A5) is known color: Medium Red Violet. HEX triplet: B6, 26 and A5. RGB value is (182,38,165). Sum of RGB (Red+Green+Blue) = 182+38+165=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B626A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B626A5 is #49D95A. Grayscale: #5F5F5F. Windows color (decimal): -4839771 or 10823350. OLE color: 10823350.

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

Color convert

RGB 182 38 165 -
CMYK 0 0.79 0.09 0.29
HSL 307.08º 0.65% 0.43% -
HSV(B) 307.08º 0.79% 0.71% -
XYZ 26.78 14.05 36.9 -
YUV 95.53 167.21 189.67 -
System Red Green Blue C M Y K H S L
Decimal 182 38 165 0 0.79 0.09 0.29 307.08 0.65 0.43
Hex B6 26 A5 0 4F 9 1D 133 41 2B
Octal 266 46 245 0 117 11 35 463 101 53
Binary 10110110 100110 10100101 0 1001111 1001 11101 100110011 1000001 101011

Color Harmonies of #B626A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B626A5

Black with #B626A5

Text Example


Text Example

White with #B626A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B626A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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