Html Css Color HEX #BB3F5B Hippie Pink

📋 copy color: '#BB3F5B'

red 187 ◦ green 63 ◦ blue 91

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

Shades of Hippie Pink #BB3F5B

Tints of Hippie Pink #BB3F5B

RGB

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

 GREEN value IS 63 (25% from 255) = 18.48%

 BLUE value IS 91 (35.94% from 255) = 26.69%

R = 54.84%
G = 18.48%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB3F5B (or 0xBB3F5B) is known color: Hippie Pink. HEX triplet: BB, 3F and 5B. RGB value is (187,63,91). Sum of RGB (Red+Green+Blue) = 187+63+91=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3F5B is #44C0A4. Grayscale: #676767. Windows color (decimal): -4505765 or 5980091. OLE color: 5980091.

HSL color Cylindrical-coordinate representation of color #BB3F5B: hue angle of 346.45º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3F5B is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 63 91 -
CMYK 0 0.66 0.51 0.27
HSL 346.45º 0.5% 0.49% -
HSV(B) 346.45º 0.66% 0.73% -
XYZ 24.16 14.88 11.5 -
YUV 103.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 187 63 91 0 0.66 0.51 0.27 346.45 0.5 0.49
Hex BB 3F 5B 0 42 33 1B 15A 32 31
Octal 273 77 133 0 102 63 33 532 62 61
Binary 10111011 111111 1011011 0 1000010 110011 11011 101011010 110010 110001

Color Harmonies of #BB3F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3F5B

Black with #BB3F5B

Text Example


Text Example

White with #BB3F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3F5B; }

 p { color: rgb(187,63,91); }

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

background-color css

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

 a { background-color: rgb(187,63,91); }

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

border-color css

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

 span { border-color: rgb(187,63,91); }

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