Html Css Color HEX #B65981 Royal Heath

📋 copy color: '#B65981'

red 182 ◦ green 89 ◦ blue 129

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

Shades of Royal Heath #B65981

Tints of Royal Heath #B65981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.25%

 BLUE value IS 129 (50.78% from 255) = 32.25%

R = 45.5%
G = 22.25%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B65981 (or 0xB65981) is known color: Royal Heath. HEX triplet: B6, 59 and 81. RGB value is (182,89,129). Sum of RGB (Red+Green+Blue) = 182+89+129=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B65981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65981 is #49A67E. Grayscale: #797979. Windows color (decimal): -4826751 or 8477110. OLE color: 8477110.

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

Color convert

RGB 182 89 129 -
CMYK 0 0.51 0.29 0.29
HSL 334.19º 0.39% 0.53% -
HSV(B) 334.19º 0.51% 0.71% -
XYZ 26.83 18.67 22.96 -
YUV 121.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 182 89 129 0 0.51 0.29 0.29 334.19 0.39 0.53
Hex B6 59 81 0 33 1D 1D 14E 27 35
Octal 266 131 201 0 63 35 35 516 47 65
Binary 10110110 1011001 10000001 0 110011 11101 11101 101001110 100111 110101

Color Harmonies of #B65981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65981

Black with #B65981

Text Example


Text Example

White with #B65981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65981; }

 p { color: rgb(182,89,129); }

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

background-color css

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

 a { background-color: rgb(182,89,129); }

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

border-color css

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

 span { border-color: rgb(182,89,129); }

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