Html Css Color HEX #BB618D Hopbush

📋 copy color: '#BB618D'

red 187 ◦ green 97 ◦ blue 141

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

Shades of Hopbush #BB618D

Tints of Hopbush #BB618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.82%

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 44%
G = 22.82%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB618D (or 0xBB618D) is known color: Hopbush. HEX triplet: BB, 61 and 8D. RGB value is (187,97,141). Sum of RGB (Red+Green+Blue) = 187+97+141=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB618D is #449E72. Grayscale: #808080. Windows color (decimal): -4497011 or 9265595. OLE color: 9265595.

HSL color Cylindrical-coordinate representation of color #BB618D: hue angle of 330.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB618D is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 97 141 -
CMYK 0 0.48 0.25 0.27
HSL 330.67º 0.4% 0.56% -
HSV(B) 330.67º 0.48% 0.73% -
XYZ 29.58 21.04 27.7 -
YUV 128.93 134.82 169.42 -
System Red Green Blue C M Y K H S L
Decimal 187 97 141 0 0.48 0.25 0.27 330.67 0.4 0.56
Hex BB 61 8D 0 30 19 1B 14B 28 38
Octal 273 141 215 0 60 31 33 513 50 70
Binary 10111011 1100001 10001101 0 110000 11001 11011 101001011 101000 111000

Color Harmonies of #BB618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB618D

Black with #BB618D

Text Example


Text Example

White with #BB618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB618D; }

 p { color: rgb(187,97,141); }

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

background-color css

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

 a { background-color: rgb(187,97,141); }

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

border-color css

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

 span { border-color: rgb(187,97,141); }

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