Html Css Color HEX #BE6BA0 Hopbush

📋 copy color: '#BE6BA0'

red 190 ◦ green 107 ◦ blue 160

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

Shades of Hopbush #BE6BA0

Tints of Hopbush #BE6BA0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.41%

 BLUE value IS 160 (62.89% from 255) = 35.01%

R = 41.58%
G = 23.41%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE6BA0 (or 0xBE6BA0) is known color: Hopbush. HEX triplet: BE, 6B and A0. RGB value is (190,107,160). Sum of RGB (Red+Green+Blue) = 190+107+160=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BA0 is #41945F. Grayscale: #898989. Windows color (decimal): -4297824 or 10513342. OLE color: 10513342.

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

Color convert

RGB 190 107 160 -
CMYK 0 0.44 0.16 0.25
HSL 321.69º 0.39% 0.58% -
HSV(B) 321.69º 0.44% 0.75% -
XYZ 32.84 24 36.16 -
YUV 137.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 190 107 160 0 0.44 0.16 0.25 321.69 0.39 0.58
Hex BE 6B A0 0 2C 10 19 142 27 3A
Octal 276 153 240 0 54 20 31 502 47 72
Binary 10111110 1101011 10100000 0 101100 10000 11001 101000010 100111 111010

Color Harmonies of #BE6BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BA0

Black with #BE6BA0

Text Example


Text Example

White with #BE6BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BA0; }

 p { color: rgb(190,107,160); }

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

background-color css

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

 a { background-color: rgb(190,107,160); }

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

border-color css

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

 span { border-color: rgb(190,107,160); }

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