Html Css Color HEX #BB6594 Hopbush

📋 copy color: '#BB6594'

red 187 ◦ green 101 ◦ blue 148

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

Shades of Hopbush #BB6594

Tints of Hopbush #BB6594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.17%

 BLUE value IS 148 (58.2% from 255) = 33.94%

R = 42.89%
G = 23.17%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB6594 (or 0xBB6594) is known color: Hopbush. HEX triplet: BB, 65 and 94. RGB value is (187,101,148). Sum of RGB (Red+Green+Blue) = 187+101+148=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6594 is #449A6B. Grayscale: #838383. Windows color (decimal): -4495980 or 9725371. OLE color: 9725371.

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

Color convert

RGB 187 101 148 -
CMYK 0 0.46 0.21 0.27
HSL 327.21º 0.39% 0.56% -
HSV(B) 327.21º 0.46% 0.73% -
XYZ 30.49 22.01 30.66 -
YUV 132.07 136.99 167.18 -
System Red Green Blue C M Y K H S L
Decimal 187 101 148 0 0.46 0.21 0.27 327.21 0.39 0.56
Hex BB 65 94 0 2E 15 1B 147 27 38
Octal 273 145 224 0 56 25 33 507 47 70
Binary 10111011 1100101 10010100 0 101110 10101 11011 101000111 100111 111000

Color Harmonies of #BB6594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6594

Black with #BB6594

Text Example


Text Example

White with #BB6594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6594; }

 p { color: rgb(187,101,148); }

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

background-color css

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

 a { background-color: rgb(187,101,148); }

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

border-color css

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

 span { border-color: rgb(187,101,148); }

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