Html Css Color HEX #BB415B Hippie Pink

📋 copy color: '#BB415B'

red 187 ◦ green 65 ◦ blue 91

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

Shades of Hippie Pink #BB415B

Tints of Hippie Pink #BB415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.95%

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

R = 54.52%
G = 18.95%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB415B (or 0xBB415B) is known color: Hippie Pink. HEX triplet: BB, 41 and 5B. RGB value is (187,65,91). Sum of RGB (Red+Green+Blue) = 187+65+91=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB415B is #44BEA4. Grayscale: #686868. Windows color (decimal): -4505253 or 5980603. OLE color: 5980603.

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

Color convert

RGB 187 65 91 -
CMYK 0 0.65 0.51 0.27
HSL 347.21º 0.48% 0.49% -
HSV(B) 347.21º 0.65% 0.73% -
XYZ 24.27 15.1 11.53 -
YUV 104.44 120.42 186.89 -
System Red Green Blue C M Y K H S L
Decimal 187 65 91 0 0.65 0.51 0.27 347.21 0.48 0.49
Hex BB 41 5B 0 41 33 1B 15B 30 31
Octal 273 101 133 0 101 63 33 533 60 61
Binary 10111011 1000001 1011011 0 1000001 110011 11011 101011011 110000 110001

Color Harmonies of #BB415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB415B

Black with #BB415B

Text Example


Text Example

White with #BB415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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