Html Css Color HEX #B0415D Hippie Pink

📋 copy color: '#B0415D'

red 176 ◦ green 65 ◦ blue 93

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

Shades of Hippie Pink #B0415D

Tints of Hippie Pink #B0415D

RGB

 RED value IS 176 (69.14% from 255) = 52.69%

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

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 52.69%
G = 19.46%
B = 27.84%

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

#B0415D (or 0xB0415D) is known color: Hippie Pink. HEX triplet: B0, 41 and 5D. RGB value is (176,65,93). Sum of RGB (Red+Green+Blue) = 176+65+93=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0415D is #4FBEA2. Grayscale: #656565. Windows color (decimal): -5226147 or 6111664. OLE color: 6111664.

HSL color Cylindrical-coordinate representation of color #B0415D: hue angle of 344.86º 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 #B0415D is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 65 93 -
CMYK 0 0.63 0.47 0.31
HSL 344.86º 0.46% 0.47% -
HSV(B) 344.86º 0.63% 0.69% -
XYZ 21.77 13.8 11.87 -
YUV 101.38 123.27 181.22 -
System Red Green Blue C M Y K H S L
Decimal 176 65 93 0 0.63 0.47 0.31 344.86 0.46 0.47
Hex B0 41 5D 0 3F 2F 1F 159 2E 2F
Octal 260 101 135 0 77 57 37 531 56 57
Binary 10110000 1000001 1011101 0 111111 101111 11111 101011001 101110 101111

Color Harmonies of #B0415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0415D

Black with #B0415D

Text Example


Text Example

White with #B0415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0415D; }

 p { color: rgb(176,65,93); }

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

background-color css

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

 a { background-color: rgb(176,65,93); }

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

border-color css

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

 span { border-color: rgb(176,65,93); }

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