Html Css Color HEX #B65983 Royal Heath

📋 copy color: '#B65983'

red 182 ◦ green 89 ◦ blue 131

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

Shades of Royal Heath #B65983

Tints of Royal Heath #B65983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.59%

R = 45.27%
G = 22.14%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B65983 (or 0xB65983) is known color: Royal Heath. HEX triplet: B6, 59 and 83. RGB value is (182,89,131). Sum of RGB (Red+Green+Blue) = 182+89+131=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B65983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65983 is #49A67C. Grayscale: #797979. Windows color (decimal): -4826749 or 8608182. OLE color: 8608182.

HSL color Cylindrical-coordinate representation of color #B65983: hue angle of 332.9º 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 #B65983 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 89 131 -
CMYK 0 0.51 0.28 0.29
HSL 332.9º 0.39% 0.53% -
HSV(B) 332.9º 0.51% 0.71% -
XYZ 26.96 18.73 23.67 -
YUV 121.6 133.31 171.08 -
System Red Green Blue C M Y K H S L
Decimal 182 89 131 0 0.51 0.28 0.29 332.9 0.39 0.53
Hex B6 59 83 0 33 1C 1D 14D 27 35
Octal 266 131 203 0 63 34 35 515 47 65
Binary 10110110 1011001 10000011 0 110011 11100 11101 101001101 100111 110101

Color Harmonies of #B65983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65983

Black with #B65983

Text Example


Text Example

White with #B65983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65983; }

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

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

background-color css

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

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

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

border-color css

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

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

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