Html Css Color HEX #BB6993 Hopbush

📋 copy color: '#BB6993'

red 187 ◦ green 105 ◦ blue 147

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

Shades of Hopbush #BB6993

Tints of Hopbush #BB6993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.92%

 BLUE value IS 147 (57.81% from 255) = 33.49%

R = 42.6%
G = 23.92%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB6993 (or 0xBB6993) is known color: Hopbush. HEX triplet: BB, 69 and 93. RGB value is (187,105,147). Sum of RGB (Red+Green+Blue) = 187+105+147=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6993 is #44966C. Grayscale: #868686. Windows color (decimal): -4494957 or 9660859. OLE color: 9660859.

HSL color Cylindrical-coordinate representation of color #BB6993: hue angle of 329.27º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB6993 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 105 147 -
CMYK 0 0.44 0.21 0.27
HSL 329.27º 0.38% 0.57% -
HSV(B) 329.27º 0.44% 0.73% -
XYZ 30.81 22.77 30.38 -
YUV 134.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 187 105 147 0 0.44 0.21 0.27 329.27 0.38 0.57
Hex BB 69 93 0 2C 15 1B 149 26 39
Octal 273 151 223 0 54 25 33 511 46 71
Binary 10111011 1101001 10010011 0 101100 10101 11011 101001001 100110 111001

Color Harmonies of #BB6993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6993

Black with #BB6993

Text Example


Text Example

White with #BB6993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6993; }

 p { color: rgb(187,105,147); }

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

background-color css

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

 a { background-color: rgb(187,105,147); }

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

border-color css

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

 span { border-color: rgb(187,105,147); }

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