Html Css Color HEX #B62075 Medium Red Violet

📋 copy color: '#B62075'

red 182 ◦ green 32 ◦ blue 117

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

Shades of Medium Red Violet #B62075

Tints of Medium Red Violet #B62075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

 BLUE value IS 117 (46.09% from 255) = 35.35%

R = 54.98%
G = 9.67%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B62075 (or 0xB62075) is known color: Medium Red Violet. HEX triplet: B6, 20 and 75. RGB value is (182,32,117). Sum of RGB (Red+Green+Blue) = 182+32+117=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B62075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62075 is #49DF8A. Grayscale: #565656. Windows color (decimal): -4841355 or 7676086. OLE color: 7676086.

HSL color Cylindrical-coordinate representation of color #B62075: hue angle of 326º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62075 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 117 -
CMYK 0 0.82 0.36 0.29
HSL 326º 0.7% 0.42% -
HSV(B) 326º 0.82% 0.71% -
XYZ 23.02 12.26 17.98 -
YUV 86.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 182 32 117 0 0.82 0.36 0.29 326 0.7 0.42
Hex B6 20 75 0 52 24 1D 146 46 2A
Octal 266 40 165 0 122 44 35 506 106 52
Binary 10110110 100000 1110101 0 1010010 100100 11101 101000110 1000110 101010

Color Harmonies of #B62075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62075

Black with #B62075

Text Example


Text Example

White with #B62075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62075; }

 p { color: rgb(182,32,117); }

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

background-color css

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

 a { background-color: rgb(182,32,117); }

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

border-color css

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

 span { border-color: rgb(182,32,117); }

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