Html Css Color HEX #BE6F9F Hopbush

📋 copy color: '#BE6F9F'

red 190 ◦ green 111 ◦ blue 159

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

Shades of Hopbush #BE6F9F

Tints of Hopbush #BE6F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.57%

R = 41.3%
G = 24.13%
B = 34.57%

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

#BE6F9F (or 0xBE6F9F) is known color: Hopbush. HEX triplet: BE, 6F and 9F. RGB value is (190,111,159). Sum of RGB (Red+Green+Blue) = 190+111+159=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6F9F is #419060. Grayscale: #8B8B8B. Windows color (decimal): -4296801 or 10448830. OLE color: 10448830.

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

Color convert

RGB 190 111 159 -
CMYK 0 0.42 0.16 0.25
HSL 323.54º 0.38% 0.59% -
HSV(B) 323.54º 0.42% 0.75% -
XYZ 33.18 24.82 35.84 -
YUV 140.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 190 111 159 0 0.42 0.16 0.25 323.54 0.38 0.59
Hex BE 6F 9F 0 2A 10 19 144 26 3B
Octal 276 157 237 0 52 20 31 504 46 73
Binary 10111110 1101111 10011111 0 101010 10000 11001 101000100 100110 111011

Color Harmonies of #BE6F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6F9F

Black with #BE6F9F

Text Example


Text Example

White with #BE6F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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