Html Css Color HEX #BE6E9D Hopbush

📋 copy color: '#BE6E9D'

red 190 ◦ green 110 ◦ blue 157

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

Shades of Hopbush #BE6E9D

Tints of Hopbush #BE6E9D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.07%

 BLUE value IS 157 (61.72% from 255) = 34.35%

R = 41.58%
G = 24.07%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE6E9D (or 0xBE6E9D) is known color: Hopbush. HEX triplet: BE, 6E and 9D. RGB value is (190,110,157). Sum of RGB (Red+Green+Blue) = 190+110+157=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6E9D is #419162. Grayscale: #8B8B8B. Windows color (decimal): -4297059 or 10317502. OLE color: 10317502.

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

Color convert

RGB 190 110 157 -
CMYK 0 0.42 0.17 0.25
HSL 324.75º 0.38% 0.59% -
HSV(B) 324.75º 0.42% 0.75% -
XYZ 32.9 24.53 34.9 -
YUV 139.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 190 110 157 0 0.42 0.17 0.25 324.75 0.38 0.59
Hex BE 6E 9D 0 2A 11 19 145 26 3B
Octal 276 156 235 0 52 21 31 505 46 73
Binary 10111110 1101110 10011101 0 101010 10001 11001 101000101 100110 111011

Color Harmonies of #BE6E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6E9D

Black with #BE6E9D

Text Example


Text Example

White with #BE6E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6E9D; }

 p { color: rgb(190,110,157); }

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

background-color css

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

 a { background-color: rgb(190,110,157); }

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

border-color css

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

 span { border-color: rgb(190,110,157); }

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