Html Css Color HEX #BE6B9D Hopbush

📋 copy color: '#BE6B9D'

red 190 ◦ green 107 ◦ blue 157

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

Shades of Hopbush #BE6B9D

Tints of Hopbush #BE6B9D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.57%

 BLUE value IS 157 (61.72% from 255) = 34.58%

R = 41.85%
G = 23.57%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE6B9D (or 0xBE6B9D) is known color: Hopbush. HEX triplet: BE, 6B and 9D. RGB value is (190,107,157). Sum of RGB (Red+Green+Blue) = 190+107+157=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6B9D is #419462. Grayscale: #898989. Windows color (decimal): -4297827 or 10316734. OLE color: 10316734.

HSL color Cylindrical-coordinate representation of color #BE6B9D: hue angle of 323.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6B9D is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 107 157 -
CMYK 0 0.44 0.17 0.25
HSL 323.86º 0.39% 0.58% -
HSV(B) 323.86º 0.44% 0.75% -
XYZ 32.58 23.9 34.79 -
YUV 137.52 139 165.43 -
System Red Green Blue C M Y K H S L
Decimal 190 107 157 0 0.44 0.17 0.25 323.86 0.39 0.58
Hex BE 6B 9D 0 2C 11 19 144 27 3A
Octal 276 153 235 0 54 21 31 504 47 72
Binary 10111110 1101011 10011101 0 101100 10001 11001 101000100 100111 111010

Color Harmonies of #BE6B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B9D

Black with #BE6B9D

Text Example


Text Example

White with #BE6B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B9D; }

 p { color: rgb(190,107,157); }

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

background-color css

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

 a { background-color: rgb(190,107,157); }

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

border-color css

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

 span { border-color: rgb(190,107,157); }

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