Html Css Color HEX #BE7398 Hopbush

📋 copy color: '#BE7398'

red 190 ◦ green 115 ◦ blue 152

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

Shades of Hopbush #BE7398

Tints of Hopbush #BE7398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.16%

 BLUE value IS 152 (59.77% from 255) = 33.26%

R = 41.58%
G = 25.16%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BE7398 (or 0xBE7398) is known color: Hopbush. HEX triplet: BE, 73 and 98. RGB value is (190,115,152). Sum of RGB (Red+Green+Blue) = 190+115+152=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7398 is #418C67. Grayscale: #8D8D8D. Windows color (decimal): -4295784 or 9991102. OLE color: 9991102.

HSL color Cylindrical-coordinate representation of color #BE7398: hue angle of 330.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE7398 is Cyan = 0, Magento = 0.39, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 115 152 -
CMYK 0 0.39 0.2 0.25
HSL 330.4º 0.37% 0.6% -
HSV(B) 330.4º 0.39% 0.75% -
XYZ 33.03 25.48 32.88 -
YUV 141.64 133.85 162.49 -
System Red Green Blue C M Y K H S L
Decimal 190 115 152 0 0.39 0.2 0.25 330.4 0.37 0.6
Hex BE 73 98 0 27 14 19 14A 25 3C
Octal 276 163 230 0 47 24 31 512 45 74
Binary 10111110 1110011 10011000 0 100111 10100 11001 101001010 100101 111100

Color Harmonies of #BE7398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7398

Black with #BE7398

Text Example


Text Example

White with #BE7398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7398; }

 p { color: rgb(190,115,152); }

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

background-color css

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

 a { background-color: rgb(190,115,152); }

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

border-color css

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

 span { border-color: rgb(190,115,152); }

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