Html Css Color HEX #BE4B7B Royal Heath

📋 copy color: '#BE4B7B'

red 190 ◦ green 75 ◦ blue 123

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

Shades of Royal Heath #BE4B7B

Tints of Royal Heath #BE4B7B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.33%

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

R = 48.97%
G = 19.33%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE4B7B (or 0xBE4B7B) is known color: Royal Heath. HEX triplet: BE, 4B and 7B. RGB value is (190,75,123). Sum of RGB (Red+Green+Blue) = 190+75+123=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B7B is #41B484. Grayscale: #727272. Windows color (decimal): -4306053 or 8080318. OLE color: 8080318.

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

Color convert

RGB 190 75 123 -
CMYK 0 0.61 0.35 0.25
HSL 334.96º 0.47% 0.52% -
HSV(B) 334.96º 0.61% 0.75% -
XYZ 27.33 17.41 20.66 -
YUV 114.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 190 75 123 0 0.61 0.35 0.25 334.96 0.47 0.52
Hex BE 4B 7B 0 3D 23 19 14F 2F 34
Octal 276 113 173 0 75 43 31 517 57 64
Binary 10111110 1001011 1111011 0 111101 100011 11001 101001111 101111 110100

Color Harmonies of #BE4B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4B7B

Black with #BE4B7B

Text Example


Text Example

White with #BE4B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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