Html Css Color HEX #BE5C7E Royal Heath

📋 copy color: '#BE5C7E'

red 190 ◦ green 92 ◦ blue 126

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

Shades of Royal Heath #BE5C7E

Tints of Royal Heath #BE5C7E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.55%

 BLUE value IS 126 (49.61% from 255) = 30.88%

R = 46.57%
G = 22.55%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE5C7E (or 0xBE5C7E) is known color: Royal Heath. HEX triplet: BE, 5C and 7E. RGB value is (190,92,126). Sum of RGB (Red+Green+Blue) = 190+92+126=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5C7E is #41A381. Grayscale: #7D7D7D. Windows color (decimal): -4301698 or 8281278. OLE color: 8281278.

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

Color convert

RGB 190 92 126 -
CMYK 0 0.52 0.34 0.25
HSL 339.18º 0.43% 0.55% -
HSV(B) 339.18º 0.52% 0.75% -
XYZ 28.83 20.11 22.1 -
YUV 125.18 128.47 174.24 -
System Red Green Blue C M Y K H S L
Decimal 190 92 126 0 0.52 0.34 0.25 339.18 0.43 0.55
Hex BE 5C 7E 0 34 22 19 153 2B 37
Octal 276 134 176 0 64 42 31 523 53 67
Binary 10111110 1011100 1111110 0 110100 100010 11001 101010011 101011 110111

Color Harmonies of #BE5C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5C7E

Black with #BE5C7E

Text Example


Text Example

White with #BE5C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5C7E; }

 p { color: rgb(190,92,126); }

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

background-color css

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

 a { background-color: rgb(190,92,126); }

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

border-color css

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

 span { border-color: rgb(190,92,126); }

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