Html Css Color HEX #B62D7A Medium Red Violet

📋 copy color: '#B62D7A'

red 182 ◦ green 45 ◦ blue 122

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

Shades of Medium Red Violet #B62D7A

Tints of Medium Red Violet #B62D7A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.89%

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 52.15%
G = 12.89%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B62D7A (or 0xB62D7A) is known color: Medium Red Violet. HEX triplet: B6, 2D and 7A. RGB value is (182,45,122). Sum of RGB (Red+Green+Blue) = 182+45+122=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62D7A is #49D285. Grayscale: #5E5E5E. Windows color (decimal): -4838022 or 8007094. OLE color: 8007094.

HSL color Cylindrical-coordinate representation of color #B62D7A: hue angle of 326.28º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62D7A is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 45 122 -
CMYK 0 0.75 0.33 0.29
HSL 326.28º 0.6% 0.45% -
HSV(B) 326.28º 0.75% 0.71% -
XYZ 23.74 13.23 19.71 -
YUV 94.74 143.39 190.24 -
System Red Green Blue C M Y K H S L
Decimal 182 45 122 0 0.75 0.33 0.29 326.28 0.6 0.45
Hex B6 2D 7A 0 4B 21 1D 146 3C 2D
Octal 266 55 172 0 113 41 35 506 74 55
Binary 10110110 101101 1111010 0 1001011 100001 11101 101000110 111100 101101

Color Harmonies of #B62D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62D7A

Black with #B62D7A

Text Example


Text Example

White with #B62D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62D7A; }

 p { color: rgb(182,45,122); }

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

background-color css

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

 a { background-color: rgb(182,45,122); }

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

border-color css

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

 span { border-color: rgb(182,45,122); }

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