Html Css Color HEX #B62696 Medium Red Violet

📋 copy color: '#B62696'

red 182 ◦ green 38 ◦ blue 150

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

Shades of Medium Red Violet #B62696

Tints of Medium Red Violet #B62696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.54%

R = 49.19%
G = 10.27%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B62696 (or 0xB62696) is known color: Medium Red Violet. HEX triplet: B6, 26 and 96. RGB value is (182,38,150). Sum of RGB (Red+Green+Blue) = 182+38+150=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B62696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62696 is #49D969. Grayscale: #5D5D5D. Windows color (decimal): -4839786 or 9840310. OLE color: 9840310.

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

Color convert

RGB 182 38 150 -
CMYK 0 0.79 0.18 0.29
HSL 313.33º 0.65% 0.43% -
HSV(B) 313.33º 0.79% 0.71% -
XYZ 25.49 13.53 30.12 -
YUV 93.82 159.71 190.89 -
System Red Green Blue C M Y K H S L
Decimal 182 38 150 0 0.79 0.18 0.29 313.33 0.65 0.43
Hex B6 26 96 0 4F 12 1D 139 41 2B
Octal 266 46 226 0 117 22 35 471 101 53
Binary 10110110 100110 10010110 0 1001111 10010 11101 100111001 1000001 101011

Color Harmonies of #B62696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62696

Black with #B62696

Text Example


Text Example

White with #B62696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62696; }

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

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

background-color css

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

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

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

border-color css

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

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

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