Html Css Color HEX #BE6DA1 Hopbush

📋 copy color: '#BE6DA1'

red 190 ◦ green 109 ◦ blue 161

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

Shades of Hopbush #BE6DA1

Tints of Hopbush #BE6DA1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.7%

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

R = 41.3%
G = 23.7%
B = 35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE6DA1 (or 0xBE6DA1) is known color: Hopbush. HEX triplet: BE, 6D and A1. RGB value is (190,109,161). Sum of RGB (Red+Green+Blue) = 190+109+161=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6DA1 is #41925E. Grayscale: #8B8B8B. Windows color (decimal): -4297311 or 10579390. OLE color: 10579390.

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

Color convert

RGB 190 109 161 -
CMYK 0 0.43 0.15 0.25
HSL 321.48º 0.38% 0.59% -
HSV(B) 321.48º 0.43% 0.75% -
XYZ 33.14 24.46 36.69 -
YUV 139.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 190 109 161 0 0.43 0.15 0.25 321.48 0.38 0.59
Hex BE 6D A1 0 2B F 19 141 26 3B
Octal 276 155 241 0 53 17 31 501 46 73
Binary 10111110 1101101 10100001 0 101011 1111 11001 101000001 100110 111011

Color Harmonies of #BE6DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6DA1

Black with #BE6DA1

Text Example


Text Example

White with #BE6DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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