Html Css Color HEX #BD3F5D Hippie Pink

📋 copy color: '#BD3F5D'

red 189 ◦ green 63 ◦ blue 93

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

Shades of Hippie Pink #BD3F5D

Tints of Hippie Pink #BD3F5D

RGB

 RED value IS 189 (74.22% from 255) = 54.78%

 GREEN value IS 63 (25% from 255) = 18.26%

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

R = 54.78%
G = 18.26%
B = 26.96%

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

#BD3F5D (or 0xBD3F5D) is known color: Hippie Pink. HEX triplet: BD, 3F and 5D. RGB value is (189,63,93). Sum of RGB (Red+Green+Blue) = 189+63+93=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F5D is #42C0A2. Grayscale: #686868. Windows color (decimal): -4374691 or 6111165. OLE color: 6111165.

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

Color convert

RGB 189 63 93 -
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.74 15.16 11.98 -
YUV 104.09 121.74 188.56 -
System Red Green Blue C M Y K H S L
Decimal 189 63 93 0 0.67 0.51 0.26 345.71 0.5 0.49
Hex BD 3F 5D 0 43 33 1A 15A 32 31
Octal 275 77 135 0 103 63 32 532 62 61
Binary 10111101 111111 1011101 0 1000011 110011 11010 101011010 110010 110001

Color Harmonies of #BD3F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F5D

Black with #BD3F5D

Text Example


Text Example

White with #BD3F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F5D; }

 p { color: rgb(189,63,93); }

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

background-color css

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

 a { background-color: rgb(189,63,93); }

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

border-color css

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

 span { border-color: rgb(189,63,93); }

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