Html Css Color HEX #BE6D9C Hopbush

📋 copy color: '#BE6D9C'

red 190 ◦ green 109 ◦ blue 156

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

Shades of Hopbush #BE6D9C

Tints of Hopbush #BE6D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.29%

R = 41.76%
G = 23.96%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE6D9C (or 0xBE6D9C) is known color: Hopbush. HEX triplet: BE, 6D and 9C. RGB value is (190,109,156). Sum of RGB (Red+Green+Blue) = 190+109+156=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6D9C is #419263. Grayscale: #8A8A8A. Windows color (decimal): -4297316 or 10251710. OLE color: 10251710.

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

Color convert

RGB 190 109 156 -
CMYK 0 0.43 0.18 0.25
HSL 325.19º 0.38% 0.59% -
HSV(B) 325.19º 0.43% 0.75% -
XYZ 32.7 24.28 34.42 -
YUV 138.58 137.84 164.68 -
System Red Green Blue C M Y K H S L
Decimal 190 109 156 0 0.43 0.18 0.25 325.19 0.38 0.59
Hex BE 6D 9C 0 2B 12 19 145 26 3B
Octal 276 155 234 0 53 22 31 505 46 73
Binary 10111110 1101101 10011100 0 101011 10010 11001 101000101 100110 111011

Color Harmonies of #BE6D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6D9C

Black with #BE6D9C

Text Example


Text Example

White with #BE6D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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