Html Css Color HEX #BE447D Royal Heath

📋 copy color: '#BE447D'

red 190 ◦ green 68 ◦ blue 125

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

Shades of Royal Heath #BE447D

Tints of Royal Heath #BE447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.75%

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

R = 49.61%
G = 17.75%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE447D (or 0xBE447D) is known color: Royal Heath. HEX triplet: BE, 44 and 7D. RGB value is (190,68,125). Sum of RGB (Red+Green+Blue) = 190+68+125=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE447D is #41BB82. Grayscale: #6E6E6E. Windows color (decimal): -4307843 or 8209598. OLE color: 8209598.

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

Color convert

RGB 190 68 125 -
CMYK 0 0.64 0.34 0.25
HSL 331.97º 0.48% 0.51% -
HSV(B) 331.97º 0.64% 0.75% -
XYZ 27 16.56 21.18 -
YUV 110.98 135.92 184.37 -
System Red Green Blue C M Y K H S L
Decimal 190 68 125 0 0.64 0.34 0.25 331.97 0.48 0.51
Hex BE 44 7D 0 40 22 19 14C 30 33
Octal 276 104 175 0 100 42 31 514 60 63
Binary 10111110 1000100 1111101 0 1000000 100010 11001 101001100 110000 110011

Color Harmonies of #BE447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE447D

Black with #BE447D

Text Example


Text Example

White with #BE447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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