Html Css Color HEX #BE71A1 Hopbush

📋 copy color: '#BE71A1'

red 190 ◦ green 113 ◦ blue 161

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

Shades of Hopbush #BE71A1

Tints of Hopbush #BE71A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.7%

R = 40.95%
G = 24.35%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE71A1 (or 0xBE71A1) is known color: Hopbush. HEX triplet: BE, 71 and A1. RGB value is (190,113,161). Sum of RGB (Red+Green+Blue) = 190+113+161=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71A1 is #418E5E. Grayscale: #8D8D8D. Windows color (decimal): -4296287 or 10580414. OLE color: 10580414.

HSL color Cylindrical-coordinate representation of color #BE71A1: hue angle of 322.6º 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 #BE71A1 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 113 161 -
CMYK 0 0.41 0.15 0.25
HSL 322.6º 0.37% 0.59% -
HSV(B) 322.6º 0.41% 0.75% -
XYZ 33.57 25.33 36.84 -
YUV 141.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 190 113 161 0 0.41 0.15 0.25 322.6 0.37 0.59
Hex BE 71 A1 0 29 F 19 143 25 3B
Octal 276 161 241 0 51 17 31 503 45 73
Binary 10111110 1110001 10100001 0 101001 1111 11001 101000011 100101 111011

Color Harmonies of #BE71A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE71A1

Black with #BE71A1

Text Example


Text Example

White with #BE71A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE71A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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