Html Css Color HEX #BC3E5E Hippie Pink

📋 copy color: '#BC3E5E'

red 188 ◦ green 62 ◦ blue 94

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

Shades of Hippie Pink #BC3E5E

Tints of Hippie Pink #BC3E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.33%

R = 54.65%
G = 18.02%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC3E5E (or 0xBC3E5E) is known color: Hippie Pink. HEX triplet: BC, 3E and 5E. RGB value is (188,62,94). Sum of RGB (Red+Green+Blue) = 188+62+94=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3E5E is #43C1A1. Grayscale: #676767. Windows color (decimal): -4440482 or 6176444. OLE color: 6176444.

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

Color convert

RGB 188 62 94 -
CMYK 0 0.67 0.50 0.26
HSL 344.76º 0.5% 0.49% -
HSV(B) 344.76º 0.67% 0.74% -
XYZ 24.48 14.94 12.18 -
YUV 103.32 122.74 188.4 -
System Red Green Blue C M Y K H S L
Decimal 188 62 94 0 0.67 0.50 0.26 344.76 0.5 0.49
Hex BC 3E 5E 0 43 32 1A 159 32 31
Octal 274 76 136 0 103 62 32 531 62 61
Binary 10111100 111110 1011110 0 1000011 110010 11010 101011001 110010 110001

Color Harmonies of #BC3E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E5E

Black with #BC3E5E

Text Example


Text Example

White with #BC3E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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