Html Css Color HEX #BE3E7A Royal Heath

📋 copy color: '#BE3E7A'

red 190 ◦ green 62 ◦ blue 122

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

Shades of Royal Heath #BE3E7A

Tints of Royal Heath #BE3E7A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.58%

 BLUE value IS 122 (48.05% from 255) = 32.62%

R = 50.8%
G = 16.58%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE3E7A (or 0xBE3E7A) is known color: Royal Heath. HEX triplet: BE, 3E and 7A. RGB value is (190,62,122). Sum of RGB (Red+Green+Blue) = 190+62+122=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E7A is #41C185. Grayscale: #6B6B6B. Windows color (decimal): -4309382 or 8011454. OLE color: 8011454.

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

Color convert

RGB 190 62 122 -
CMYK 0 0.67 0.36 0.25
HSL 331.88º 0.51% 0.49% -
HSV(B) 331.88º 0.67% 0.75% -
XYZ 26.47 15.8 20.07 -
YUV 107.11 136.41 187.12 -
System Red Green Blue C M Y K H S L
Decimal 190 62 122 0 0.67 0.36 0.25 331.88 0.51 0.49
Hex BE 3E 7A 0 43 24 19 14C 33 31
Octal 276 76 172 0 103 44 31 514 63 61
Binary 10111110 111110 1111010 0 1000011 100100 11001 101001100 110011 110001

Color Harmonies of #BE3E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E7A

Black with #BE3E7A

Text Example


Text Example

White with #BE3E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E7A; }

 p { color: rgb(190,62,122); }

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

background-color css

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

 a { background-color: rgb(190,62,122); }

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

border-color css

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

 span { border-color: rgb(190,62,122); }

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