Html Css Color HEX #BE4D7B Royal Heath

📋 copy color: '#BE4D7B'

red 190 ◦ green 77 ◦ blue 123

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

Shades of Royal Heath #BE4D7B

Tints of Royal Heath #BE4D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.54%

R = 48.72%
G = 19.74%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE4D7B (or 0xBE4D7B) is known color: Royal Heath. HEX triplet: BE, 4D and 7B. RGB value is (190,77,123). Sum of RGB (Red+Green+Blue) = 190+77+123=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D7B is #41B284. Grayscale: #737373. Windows color (decimal): -4305541 or 8080830. OLE color: 8080830.

HSL color Cylindrical-coordinate representation of color #BE4D7B: hue angle of 335.58º 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 #BE4D7B is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 77 123 -
CMYK 0 0.59 0.35 0.25
HSL 335.58º 0.47% 0.52% -
HSV(B) 335.58º 0.59% 0.75% -
XYZ 27.46 17.68 20.7 -
YUV 116.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 190 77 123 0 0.59 0.35 0.25 335.58 0.47 0.52
Hex BE 4D 7B 0 3B 23 19 150 2F 34
Octal 276 115 173 0 73 43 31 520 57 64
Binary 10111110 1001101 1111011 0 111011 100011 11001 101010000 101111 110100

Color Harmonies of #BE4D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D7B

Black with #BE4D7B

Text Example


Text Example

White with #BE4D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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