Html Css Color HEX #BE527D Royal Heath

📋 copy color: '#BE527D'

red 190 ◦ green 82 ◦ blue 125

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

Shades of Royal Heath #BE527D

Tints of Royal Heath #BE527D

RGB

 RED value IS 190 (74.61% from 255) = 47.86%

 GREEN value IS 82 (32.42% from 255) = 20.65%

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 47.86%
G = 20.65%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE527D (or 0xBE527D) is known color: Royal Heath. HEX triplet: BE, 52 and 7D. RGB value is (190,82,125). Sum of RGB (Red+Green+Blue) = 190+82+125=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE527D is #41AD82. Grayscale: #777777. Windows color (decimal): -4304259 or 8213182. OLE color: 8213182.

HSL color Cylindrical-coordinate representation of color #BE527D: hue angle of 336.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE527D is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 82 125 -
CMYK 0 0.57 0.34 0.25
HSL 336.11º 0.45% 0.53% -
HSV(B) 336.11º 0.57% 0.75% -
XYZ 27.95 18.46 21.49 -
YUV 119.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 190 82 125 0 0.57 0.34 0.25 336.11 0.45 0.53
Hex BE 52 7D 0 39 22 19 150 2D 35
Octal 276 122 175 0 71 42 31 520 55 65
Binary 10111110 1010010 1111101 0 111001 100010 11001 101010000 101101 110101

Color Harmonies of #BE527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE527D

Black with #BE527D

Text Example


Text Example

White with #BE527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE527D; }

 p { color: rgb(190,82,125); }

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

background-color css

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

 a { background-color: rgb(190,82,125); }

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

border-color css

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

 span { border-color: rgb(190,82,125); }

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