Html Css Color HEX #BB6393 Hopbush

📋 copy color: '#BB6393'

red 187 ◦ green 99 ◦ blue 147

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

Shades of Hopbush #BB6393

Tints of Hopbush #BB6393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.95%

R = 43.19%
G = 22.86%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB6393 (or 0xBB6393) is known color: Hopbush. HEX triplet: BB, 63 and 93. RGB value is (187,99,147). Sum of RGB (Red+Green+Blue) = 187+99+147=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6393 is #449C6C. Grayscale: #828282. Windows color (decimal): -4496493 or 9659323. OLE color: 9659323.

HSL color Cylindrical-coordinate representation of color #BB6393: hue angle of 327.27º 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 #BB6393 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 99 147 -
CMYK 0 0.47 0.21 0.27
HSL 327.27º 0.39% 0.56% -
HSV(B) 327.27º 0.47% 0.73% -
XYZ 30.22 21.6 30.18 -
YUV 130.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 187 99 147 0 0.47 0.21 0.27 327.27 0.39 0.56
Hex BB 63 93 0 2F 15 1B 147 27 38
Octal 273 143 223 0 57 25 33 507 47 70
Binary 10111011 1100011 10010011 0 101111 10101 11011 101000111 100111 111000

Color Harmonies of #BB6393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6393

Black with #BB6393

Text Example


Text Example

White with #BB6393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6393; }

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

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

background-color css

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

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

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

border-color css

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

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

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