Html Css Color HEX #BC415B Hippie Pink

📋 copy color: '#BC415B'

red 188 ◦ green 65 ◦ blue 91

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

Shades of Hippie Pink #BC415B

Tints of Hippie Pink #BC415B

RGB

 RED value IS 188 (73.83% from 255) = 54.65%

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

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

R = 54.65%
G = 18.9%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC415B (or 0xBC415B) is known color: Hippie Pink. HEX triplet: BC, 41 and 5B. RGB value is (188,65,91). Sum of RGB (Red+Green+Blue) = 188+65+91=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC415B is #43BEA4. Grayscale: #686868. Windows color (decimal): -4439717 or 5980604. OLE color: 5980604.

HSL color Cylindrical-coordinate representation of color #BC415B: hue angle of 347.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC415B is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 91 -
CMYK 0 0.65 0.52 0.26
HSL 347.32º 0.49% 0.5% -
HSV(B) 347.32º 0.65% 0.74% -
XYZ 24.52 15.23 11.54 -
YUV 104.74 120.25 187.39 -
System Red Green Blue C M Y K H S L
Decimal 188 65 91 0 0.65 0.52 0.26 347.32 0.49 0.5
Hex BC 41 5B 0 41 34 1A 15B 31 32
Octal 274 101 133 0 101 64 32 533 61 62
Binary 10111100 1000001 1011011 0 1000001 110100 11010 101011011 110001 110010

Color Harmonies of #BC415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC415B

Black with #BC415B

Text Example


Text Example

White with #BC415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC415B; }

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

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

background-color css

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

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

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

border-color css

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

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

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