Html Css Color HEX #BE6F9E Hopbush

📋 copy color: '#BE6F9E'

red 190 ◦ green 111 ◦ blue 158

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

Shades of Hopbush #BE6F9E

Tints of Hopbush #BE6F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.42%

R = 41.39%
G = 24.18%
B = 34.42%

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

#BE6F9E (or 0xBE6F9E) is known color: Hopbush. HEX triplet: BE, 6F and 9E. RGB value is (190,111,158). Sum of RGB (Red+Green+Blue) = 190+111+158=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6F9E is #419061. Grayscale: #8B8B8B. Windows color (decimal): -4296802 or 10383294. OLE color: 10383294.

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

Color convert

RGB 190 111 158 -
CMYK 0 0.42 0.17 0.25
HSL 324.3º 0.38% 0.59% -
HSV(B) 324.3º 0.42% 0.75% -
XYZ 33.09 24.78 35.39 -
YUV 139.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 190 111 158 0 0.42 0.17 0.25 324.3 0.38 0.59
Hex BE 6F 9E 0 2A 11 19 144 26 3B
Octal 276 157 236 0 52 21 31 504 46 73
Binary 10111110 1101111 10011110 0 101010 10001 11001 101000100 100110 111011

Color Harmonies of #BE6F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6F9E

Black with #BE6F9E

Text Example


Text Example

White with #BE6F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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