Html Css Color HEX #BB6698 Hopbush

📋 copy color: '#BB6698'

red 187 ◦ green 102 ◦ blue 152

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

Shades of Hopbush #BB6698

Tints of Hopbush #BB6698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.13%

 BLUE value IS 152 (59.77% from 255) = 34.47%

R = 42.4%
G = 23.13%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB6698 (or 0xBB6698) is known color: Hopbush. HEX triplet: BB, 66 and 98. RGB value is (187,102,152). Sum of RGB (Red+Green+Blue) = 187+102+152=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6698 is #449967. Grayscale: #858585. Windows color (decimal): -4495720 or 9987771. OLE color: 9987771.

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

Color convert

RGB 187 102 152 -
CMYK 0 0.45 0.19 0.27
HSL 324.71º 0.38% 0.57% -
HSV(B) 324.71º 0.45% 0.73% -
XYZ 30.91 22.33 32.39 -
YUV 133.12 138.66 166.43 -
System Red Green Blue C M Y K H S L
Decimal 187 102 152 0 0.45 0.19 0.27 324.71 0.38 0.57
Hex BB 66 98 0 2D 13 1B 145 26 39
Octal 273 146 230 0 55 23 33 505 46 71
Binary 10111011 1100110 10011000 0 101101 10011 11011 101000101 100110 111001

Color Harmonies of #BB6698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6698

Black with #BB6698

Text Example


Text Example

White with #BB6698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6698; }

 p { color: rgb(187,102,152); }

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

background-color css

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

 a { background-color: rgb(187,102,152); }

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

border-color css

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

 span { border-color: rgb(187,102,152); }

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