Html Css Color HEX #BE7198 Hopbush

📋 copy color: '#BE7198'

red 190 ◦ green 113 ◦ blue 152

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

Shades of Hopbush #BE7198

Tints of Hopbush #BE7198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.84%

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

R = 41.76%
G = 24.84%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BE7198 (or 0xBE7198) is known color: Hopbush. HEX triplet: BE, 71 and 98. RGB value is (190,113,152). Sum of RGB (Red+Green+Blue) = 190+113+152=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7198 is #418E67. Grayscale: #8C8C8C. Windows color (decimal): -4296296 or 9990590. OLE color: 9990590.

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

Color convert

RGB 190 113 152 -
CMYK 0 0.41 0.2 0.25
HSL 329.61º 0.37% 0.59% -
HSV(B) 329.61º 0.41% 0.75% -
XYZ 32.81 25.02 32.81 -
YUV 140.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 190 113 152 0 0.41 0.2 0.25 329.61 0.37 0.59
Hex BE 71 98 0 29 14 19 14A 25 3B
Octal 276 161 230 0 51 24 31 512 45 73
Binary 10111110 1110001 10011000 0 101001 10100 11001 101001010 100101 111011

Color Harmonies of #BE7198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7198

Black with #BE7198

Text Example


Text Example

White with #BE7198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7198; }

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

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

background-color css

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

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

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

border-color css

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

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

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