Html Css Color HEX #B65780 Royal Heath

📋 copy color: '#B65780'

red 182 ◦ green 87 ◦ blue 128

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

Shades of Royal Heath #B65780

Tints of Royal Heath #B65780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.91%

 BLUE value IS 128 (50.39% from 255) = 32.24%

R = 45.84%
G = 21.91%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B65780 (or 0xB65780) is known color: Royal Heath. HEX triplet: B6, 57 and 80. RGB value is (182,87,128). Sum of RGB (Red+Green+Blue) = 182+87+128=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B65780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65780 is #49A87F. Grayscale: #787878. Windows color (decimal): -4827264 or 8411062. OLE color: 8411062.

HSL color Cylindrical-coordinate representation of color #B65780: hue angle of 334.11º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B65780 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 87 128 -
CMYK 0 0.52 0.30 0.29
HSL 334.11º 0.39% 0.53% -
HSV(B) 334.11º 0.52% 0.71% -
XYZ 26.6 18.32 22.56 -
YUV 120.08 132.47 172.17 -
System Red Green Blue C M Y K H S L
Decimal 182 87 128 0 0.52 0.30 0.29 334.11 0.39 0.53
Hex B6 57 80 0 34 1E 1D 14E 27 35
Octal 266 127 200 0 64 36 35 516 47 65
Binary 10110110 1010111 10000000 0 110100 11110 11101 101001110 100111 110101

Color Harmonies of #B65780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65780

Black with #B65780

Text Example


Text Example

White with #B65780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65780; }

 p { color: rgb(182,87,128); }

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

background-color css

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

 a { background-color: rgb(182,87,128); }

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

border-color css

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

 span { border-color: rgb(182,87,128); }

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