Html Css Color HEX #BC3E5C Hippie Pink

📋 copy color: '#BC3E5C'

red 188 ◦ green 62 ◦ blue 92

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

Shades of Hippie Pink #BC3E5C

Tints of Hippie Pink #BC3E5C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.13%

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

R = 54.97%
G = 18.13%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC3E5C (or 0xBC3E5C) is known color: Hippie Pink. HEX triplet: BC, 3E and 5C. RGB value is (188,62,92). Sum of RGB (Red+Green+Blue) = 188+62+92=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3E5C is #43C1A3. Grayscale: #676767. Windows color (decimal): -4440484 or 6045372. OLE color: 6045372.

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

Color convert

RGB 188 62 92 -
CMYK 0 0.67 0.51 0.26
HSL 345.71º 0.5% 0.49% -
HSV(B) 345.71º 0.67% 0.74% -
XYZ 24.39 14.91 11.72 -
YUV 103.09 121.74 188.56 -
System Red Green Blue C M Y K H S L
Decimal 188 62 92 0 0.67 0.51 0.26 345.71 0.5 0.49
Hex BC 3E 5C 0 43 33 1A 15A 32 31
Octal 274 76 134 0 103 63 32 532 62 61
Binary 10111100 111110 1011100 0 1000011 110011 11010 101011010 110010 110001

Color Harmonies of #BC3E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E5C

Black with #BC3E5C

Text Example


Text Example

White with #BC3E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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