Html Css Color HEX #BC3D5C Hippie Pink

📋 copy color: '#BC3D5C'

red 188 ◦ green 61 ◦ blue 92

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

Shades of Hippie Pink #BC3D5C

Tints of Hippie Pink #BC3D5C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.89%

 BLUE value IS 92 (36.33% from 255) = 26.98%

R = 55.13%
G = 17.89%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC3D5C (or 0xBC3D5C) is known color: Hippie Pink. HEX triplet: BC, 3D and 5C. RGB value is (188,61,92). Sum of RGB (Red+Green+Blue) = 188+61+92=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D5C is #43C2A3. Grayscale: #666666. Windows color (decimal): -4440740 or 6045116. OLE color: 6045116.

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

Color convert

RGB 188 61 92 -
CMYK 0 0.68 0.51 0.26
HSL 345.35º 0.51% 0.49% -
HSV(B) 345.35º 0.68% 0.74% -
XYZ 24.34 14.8 11.7 -
YUV 102.51 122.08 188.98 -
System Red Green Blue C M Y K H S L
Decimal 188 61 92 0 0.68 0.51 0.26 345.35 0.51 0.49
Hex BC 3D 5C 0 44 33 1A 159 33 31
Octal 274 75 134 0 104 63 32 531 63 61
Binary 10111100 111101 1011100 0 1000100 110011 11010 101011001 110011 110001

Color Harmonies of #BC3D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D5C

Black with #BC3D5C

Text Example


Text Example

White with #BC3D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D5C; }

 p { color: rgb(188,61,92); }

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

background-color css

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

 a { background-color: rgb(188,61,92); }

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

border-color css

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

 span { border-color: rgb(188,61,92); }

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