Html Css Color HEX #BD415C Hippie Pink

📋 copy color: '#BD415C'

red 189 ◦ green 65 ◦ blue 92

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

Shades of Hippie Pink #BD415C

Tints of Hippie Pink #BD415C

RGB

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

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

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

R = 54.62%
G = 18.79%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD415C (or 0xBD415C) is known color: Hippie Pink. HEX triplet: BD, 41 and 5C. RGB value is (189,65,92). Sum of RGB (Red+Green+Blue) = 189+65+92=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD415C is #42BEA3. Grayscale: #696969. Windows color (decimal): -4374180 or 6046141. OLE color: 6046141.

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

Color convert

RGB 189 65 92 -
CMYK 0 0.66 0.51 0.26
HSL 346.94º 0.49% 0.5% -
HSV(B) 346.94º 0.66% 0.74% -
XYZ 24.81 15.37 11.78 -
YUV 105.15 120.58 187.8 -
System Red Green Blue C M Y K H S L
Decimal 189 65 92 0 0.66 0.51 0.26 346.94 0.49 0.5
Hex BD 41 5C 0 42 33 1A 15B 31 32
Octal 275 101 134 0 102 63 32 533 61 62
Binary 10111101 1000001 1011100 0 1000010 110011 11010 101011011 110001 110010

Color Harmonies of #BD415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD415C

Black with #BD415C

Text Example


Text Example

White with #BD415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD415C; }

 p { color: rgb(189,65,92); }

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

background-color css

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

 a { background-color: rgb(189,65,92); }

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

border-color css

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

 span { border-color: rgb(189,65,92); }

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