Html Css Color HEX #BE6FA0 Hopbush

📋 copy color: '#BE6FA0'

red 190 ◦ green 111 ◦ blue 160

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

Shades of Hopbush #BE6FA0

Tints of Hopbush #BE6FA0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.08%

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

R = 41.21%
G = 24.08%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE6FA0 (or 0xBE6FA0) is known color: Hopbush. HEX triplet: BE, 6F and A0. RGB value is (190,111,160). Sum of RGB (Red+Green+Blue) = 190+111+160=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6FA0 is #41905F. Grayscale: #8C8C8C. Windows color (decimal): -4296800 or 10514366. OLE color: 10514366.

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

Color convert

RGB 190 111 160 -
CMYK 0 0.42 0.16 0.25
HSL 322.78º 0.38% 0.59% -
HSV(B) 322.78º 0.42% 0.75% -
XYZ 33.26 24.85 36.3 -
YUV 140.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 190 111 160 0 0.42 0.16 0.25 322.78 0.38 0.59
Hex BE 6F A0 0 2A 10 19 143 26 3B
Octal 276 157 240 0 52 20 31 503 46 73
Binary 10111110 1101111 10100000 0 101010 10000 11001 101000011 100110 111011

Color Harmonies of #BE6FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6FA0

Black with #BE6FA0

Text Example


Text Example

White with #BE6FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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