Html Css Color HEX #B1415E Hippie Pink

📋 copy color: '#B1415E'

red 177 ◦ green 65 ◦ blue 94

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

Shades of Hippie Pink #B1415E

Tints of Hippie Pink #B1415E

RGB

 RED value IS 177 (69.53% from 255) = 52.68%

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

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

R = 52.68%
G = 19.35%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1415E (or 0xB1415E) is known color: Hippie Pink. HEX triplet: B1, 41 and 5E. RGB value is (177,65,94). Sum of RGB (Red+Green+Blue) = 177+65+94=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1415E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1415E is #4EBEA1. Grayscale: #656565. Windows color (decimal): -5160610 or 6177201. OLE color: 6177201.

HSL color Cylindrical-coordinate representation of color #B1415E: hue angle of 344.46º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1415E is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 65 94 -
CMYK 0 0.63 0.47 0.31
HSL 344.46º 0.46% 0.47% -
HSV(B) 344.46º 0.63% 0.69% -
XYZ 22.04 13.94 12.12 -
YUV 101.79 123.61 181.64 -
System Red Green Blue C M Y K H S L
Decimal 177 65 94 0 0.63 0.47 0.31 344.46 0.46 0.47
Hex B1 41 5E 0 3F 2F 1F 158 2E 2F
Octal 261 101 136 0 77 57 37 530 56 57
Binary 10110001 1000001 1011110 0 111111 101111 11111 101011000 101110 101111

Color Harmonies of #B1415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1415E

Black with #B1415E

Text Example


Text Example

White with #B1415E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1415E; }

 p { color: rgb(177,65,94); }

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

background-color css

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

 a { background-color: rgb(177,65,94); }

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

border-color css

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

 span { border-color: rgb(177,65,94); }

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