Html Css Color HEX #BB6E9C Hopbush

📋 copy color: '#BB6E9C'

red 187 ◦ green 110 ◦ blue 156

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

Shades of Hopbush #BB6E9C

Tints of Hopbush #BB6E9C

RGB

 RED value IS 187 (73.44% from 255) = 41.28%

 GREEN value IS 110 (43.36% from 255) = 24.28%

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

R = 41.28%
G = 24.28%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB6E9C (or 0xBB6E9C) is known color: Hopbush. HEX triplet: BB, 6E and 9C. RGB value is (187,110,156). Sum of RGB (Red+Green+Blue) = 187+110+156=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6E9C is #449163. Grayscale: #8A8A8A. Windows color (decimal): -4493668 or 10251963. OLE color: 10251963.

HSL color Cylindrical-coordinate representation of color #BB6E9C: hue angle of 324.16º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB6E9C is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 110 156 -
CMYK 0 0.41 0.17 0.27
HSL 324.16º 0.36% 0.58% -
HSV(B) 324.16º 0.41% 0.73% -
XYZ 32.07 24.12 34.42 -
YUV 138.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 187 110 156 0 0.41 0.17 0.27 324.16 0.36 0.58
Hex BB 6E 9C 0 29 11 1B 144 24 3A
Octal 273 156 234 0 51 21 33 504 44 72
Binary 10111011 1101110 10011100 0 101001 10001 11011 101000100 100100 111010

Color Harmonies of #BB6E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E9C

Black with #BB6E9C

Text Example


Text Example

White with #BB6E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E9C; }

 p { color: rgb(187,110,156); }

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

background-color css

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

 a { background-color: rgb(187,110,156); }

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

border-color css

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

 span { border-color: rgb(187,110,156); }

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