Html Css Color HEX #BB6392 Hopbush

📋 copy color: '#BB6392'

red 187 ◦ green 99 ◦ blue 146

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

Shades of Hopbush #BB6392

Tints of Hopbush #BB6392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.92%

 BLUE value IS 146 (57.42% from 255) = 33.8%

R = 43.29%
G = 22.92%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB6392 (or 0xBB6392) is known color: Hopbush. HEX triplet: BB, 63 and 92. RGB value is (187,99,146). Sum of RGB (Red+Green+Blue) = 187+99+146=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6392 is #449C6D. Grayscale: #828282. Windows color (decimal): -4496494 or 9593787. OLE color: 9593787.

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

Color convert

RGB 187 99 146 -
CMYK 0 0.47 0.22 0.27
HSL 327.95º 0.39% 0.56% -
HSV(B) 327.95º 0.47% 0.73% -
XYZ 30.14 21.56 29.77 -
YUV 130.67 136.65 168.18 -
System Red Green Blue C M Y K H S L
Decimal 187 99 146 0 0.47 0.22 0.27 327.95 0.39 0.56
Hex BB 63 92 0 2F 16 1B 148 27 38
Octal 273 143 222 0 57 26 33 510 47 70
Binary 10111011 1100011 10010010 0 101111 10110 11011 101001000 100111 111000

Color Harmonies of #BB6392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6392

Black with #BB6392

Text Example


Text Example

White with #BB6392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6392; }

 p { color: rgb(187,99,146); }

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

background-color css

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

 a { background-color: rgb(187,99,146); }

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

border-color css

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

 span { border-color: rgb(187,99,146); }

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