Html Css Color HEX #BC415A Hippie Pink

📋 copy color: '#BC415A'

red 188 ◦ green 65 ◦ blue 90

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

Shades of Hippie Pink #BC415A

Tints of Hippie Pink #BC415A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.24%

R = 54.81%
G = 18.95%
B = 26.24%

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

#BC415A (or 0xBC415A) is known color: Hippie Pink. HEX triplet: BC, 41 and 5A. RGB value is (188,65,90). Sum of RGB (Red+Green+Blue) = 188+65+90=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC415A is #43BEA5. Grayscale: #686868. Windows color (decimal): -4439718 or 5915068. OLE color: 5915068.

HSL color Cylindrical-coordinate representation of color #BC415A: hue angle of 347.8º 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 #BC415A is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 90 -
CMYK 0 0.65 0.52 0.26
HSL 347.8º 0.49% 0.5% -
HSV(B) 347.8º 0.65% 0.74% -
XYZ 24.47 15.21 11.32 -
YUV 104.63 119.75 187.47 -
System Red Green Blue C M Y K H S L
Decimal 188 65 90 0 0.65 0.52 0.26 347.8 0.49 0.5
Hex BC 41 5A 0 41 34 1A 15C 31 32
Octal 274 101 132 0 101 64 32 534 61 62
Binary 10111100 1000001 1011010 0 1000001 110100 11010 101011100 110001 110010

Color Harmonies of #BC415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC415A

Black with #BC415A

Text Example


Text Example

White with #BC415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC415A; }

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

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

background-color css

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

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

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

border-color css

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

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

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