Html Css Color HEX #82477B Trendy Pink

📋 copy color: '#82477B'

red 130 ◦ green 71 ◦ blue 123

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

Shades of Trendy Pink #82477B

Tints of Trendy Pink #82477B

RGB

 RED value IS 130 (51.17% from 255) = 40.12%

 GREEN value IS 71 (28.13% from 255) = 21.91%

 BLUE value IS 123 (48.44% from 255) = 37.96%

R = 40.12%
G = 21.91%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82477B (or 0x82477B) is known color: Trendy Pink. HEX triplet: 82, 47 and 7B. RGB value is (130,71,123). Sum of RGB (Red+Green+Blue) = 130+71+123=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #82477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82477B is #7DB884. Grayscale: #5E5E5E. Windows color (decimal): -8239237 or 8079234. OLE color: 8079234.

HSL color Cylindrical-coordinate representation of color #82477B: hue angle of 307.12º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82477B is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 71 123 -
CMYK 0 0.45 0.05 0.49
HSL 307.12º 0.29% 0.39% -
HSV(B) 307.12º 0.45% 0.51% -
XYZ 15.03 10.68 20.01 -
YUV 94.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 130 71 123 0 0.45 0.05 0.49 307.12 0.29 0.39
Hex 82 47 7B 0 2D 5 31 133 1D 27
Octal 202 107 173 0 55 5 61 463 35 47
Binary 10000010 1000111 1111011 0 101101 101 110001 100110011 11101 100111

Color Harmonies of #82477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82477B

Black with #82477B

Text Example


Text Example

White with #82477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82477B; }

 p { color: rgb(130,71,123); }

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

background-color css

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

 a { background-color: rgb(130,71,123); }

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

border-color css

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

 span { border-color: rgb(130,71,123); }

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