Html Css Color HEX #BB6B9E Hopbush

📋 copy color: '#BB6B9E'

red 187 ◦ green 107 ◦ blue 158

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

Shades of Hopbush #BB6B9E

Tints of Hopbush #BB6B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 41.37%
G = 23.67%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB6B9E (or 0xBB6B9E) is known color: Hopbush. HEX triplet: BB, 6B and 9E. RGB value is (187,107,158). Sum of RGB (Red+Green+Blue) = 187+107+158=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6B9E is #449461. Grayscale: #888888. Windows color (decimal): -4494434 or 10382267. OLE color: 10382267.

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

Color convert

RGB 187 107 158 -
CMYK 0 0.43 0.16 0.27
HSL 321.75º 0.37% 0.58% -
HSV(B) 321.75º 0.43% 0.73% -
XYZ 31.92 23.55 35.21 -
YUV 136.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 187 107 158 0 0.43 0.16 0.27 321.75 0.37 0.58
Hex BB 6B 9E 0 2B 10 1B 142 25 3A
Octal 273 153 236 0 53 20 33 502 45 72
Binary 10111011 1101011 10011110 0 101011 10000 11011 101000010 100101 111010

Color Harmonies of #BB6B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B9E

Black with #BB6B9E

Text Example


Text Example

White with #BB6B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B9E; }

 p { color: rgb(187,107,158); }

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

background-color css

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

 a { background-color: rgb(187,107,158); }

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

border-color css

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

 span { border-color: rgb(187,107,158); }

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