Html Css Color HEX #BE618D Hopbush

📋 copy color: '#BE618D'

red 190 ◦ green 97 ◦ blue 141

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

Shades of Hopbush #BE618D

Tints of Hopbush #BE618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.66%

 BLUE value IS 141 (55.47% from 255) = 32.94%

R = 44.39%
G = 22.66%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE618D (or 0xBE618D) is known color: Hopbush. HEX triplet: BE, 61 and 8D. RGB value is (190,97,141). Sum of RGB (Red+Green+Blue) = 190+97+141=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE618D is #419E72. Grayscale: #818181. Windows color (decimal): -4300403 or 9265598. OLE color: 9265598.

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

Color convert

RGB 190 97 141 -
CMYK 0 0.49 0.26 0.25
HSL 331.61º 0.42% 0.56% -
HSV(B) 331.61º 0.49% 0.75% -
XYZ 30.32 21.42 27.74 -
YUV 129.82 134.31 170.92 -
System Red Green Blue C M Y K H S L
Decimal 190 97 141 0 0.49 0.26 0.25 331.61 0.42 0.56
Hex BE 61 8D 0 31 1A 19 14C 2A 38
Octal 276 141 215 0 61 32 31 514 52 70
Binary 10111110 1100001 10001101 0 110001 11010 11001 101001100 101010 111000

Color Harmonies of #BE618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE618D

Black with #BE618D

Text Example


Text Example

White with #BE618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE618D; }

 p { color: rgb(190,97,141); }

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

background-color css

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

 a { background-color: rgb(190,97,141); }

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

border-color css

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

 span { border-color: rgb(190,97,141); }

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