Html Css Color HEX #B626A8 Medium Red Violet

📋 copy color: '#B626A8'

red 182 ◦ green 38 ◦ blue 168

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

Shades of Medium Red Violet #B626A8

Tints of Medium Red Violet #B626A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.3%

R = 46.91%
G = 9.79%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B626A8 (or 0xB626A8) is known color: Medium Red Violet. HEX triplet: B6, 26 and A8. RGB value is (182,38,168). Sum of RGB (Red+Green+Blue) = 182+38+168=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 168 (66.02% from 255 or 43.30% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B626A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B626A8 is #49D957. Grayscale: #5F5F5F. Windows color (decimal): -4839768 or 11019958. OLE color: 11019958.

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

Color convert

RGB 182 38 168 -
CMYK 0 0.79 0.08 0.29
HSL 305.83º 0.65% 0.43% -
HSV(B) 305.83º 0.79% 0.71% -
XYZ 27.05 14.16 38.35 -
YUV 95.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 182 38 168 0 0.79 0.08 0.29 305.83 0.65 0.43
Hex B6 26 A8 0 4F 8 1D 132 41 2B
Octal 266 46 250 0 117 10 35 462 101 53
Binary 10110110 100110 10101000 0 1001111 1000 11101 100110010 1000001 101011

Color Harmonies of #B626A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B626A8

Black with #B626A8

Text Example


Text Example

White with #B626A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B626A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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