Html Css Color HEX #BE3A75 Royal Heath

📋 copy color: '#BE3A75'

red 190 ◦ green 58 ◦ blue 117

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

Shades of Royal Heath #BE3A75

Tints of Royal Heath #BE3A75

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.89%

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 52.05%
G = 15.89%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE3A75 (or 0xBE3A75) is known color: Royal Heath. HEX triplet: BE, 3A and 75. RGB value is (190,58,117). Sum of RGB (Red+Green+Blue) = 190+58+117=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A75 is #41C58A. Grayscale: #686868. Windows color (decimal): -4310411 or 7682750. OLE color: 7682750.

HSL color Cylindrical-coordinate representation of color #BE3A75: hue angle of 333.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A75 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 117 -
CMYK 0 0.69 0.38 0.25
HSL 333.18º 0.53% 0.49% -
HSV(B) 333.18º 0.69% 0.75% -
XYZ 25.96 15.26 18.41 -
YUV 104.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 190 58 117 0 0.69 0.38 0.25 333.18 0.53 0.49
Hex BE 3A 75 0 45 26 19 14D 35 31
Octal 276 72 165 0 105 46 31 515 65 61
Binary 10111110 111010 1110101 0 1000101 100110 11001 101001101 110101 110001

Color Harmonies of #BE3A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A75

Black with #BE3A75

Text Example


Text Example

White with #BE3A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A75; }

 p { color: rgb(190,58,117); }

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

background-color css

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

 a { background-color: rgb(190,58,117); }

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

border-color css

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

 span { border-color: rgb(190,58,117); }

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