Html Css Color HEX #BE4D7D Royal Heath

📋 copy color: '#BE4D7D'

red 190 ◦ green 77 ◦ blue 125

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

Shades of Royal Heath #BE4D7D

Tints of Royal Heath #BE4D7D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.64%

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

R = 48.47%
G = 19.64%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE4D7D (or 0xBE4D7D) is known color: Royal Heath. HEX triplet: BE, 4D and 7D. RGB value is (190,77,125). Sum of RGB (Red+Green+Blue) = 190+77+125=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D7D is #41B282. Grayscale: #747474. Windows color (decimal): -4305539 or 8211902. OLE color: 8211902.

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

Color convert

RGB 190 77 125 -
CMYK 0 0.59 0.34 0.25
HSL 334.51º 0.47% 0.52% -
HSV(B) 334.51º 0.59% 0.75% -
XYZ 27.59 17.74 21.37 -
YUV 116.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 190 77 125 0 0.59 0.34 0.25 334.51 0.47 0.52
Hex BE 4D 7D 0 3B 22 19 14F 2F 34
Octal 276 115 175 0 73 42 31 517 57 64
Binary 10111110 1001101 1111101 0 111011 100010 11001 101001111 101111 110100

Color Harmonies of #BE4D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D7D

Black with #BE4D7D

Text Example


Text Example

White with #BE4D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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