Html Css Color HEX #BD78A3 Bouquet

📋 copy color: '#BD78A3'

red 189 ◦ green 120 ◦ blue 163

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

Shades of Bouquet #BD78A3

Tints of Bouquet #BD78A3

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.42%

 BLUE value IS 163 (64.06% from 255) = 34.53%

R = 40.04%
G = 25.42%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BD78A3 (or 0xBD78A3) is known color: Bouquet. HEX triplet: BD, 78 and A3. RGB value is (189,120,163). Sum of RGB (Red+Green+Blue) = 189+120+163=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD78A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD78A3 is #42875C. Grayscale: #919191. Windows color (decimal): -4360029 or 10713277. OLE color: 10713277.

HSL color Cylindrical-coordinate representation of color #BD78A3: hue angle of 322.61º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD78A3 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 120 163 -
CMYK 0 0.37 0.14 0.26
HSL 322.61º 0.34% 0.61% -
HSV(B) 322.61º 0.37% 0.74% -
XYZ 34.31 26.9 38.03 -
YUV 145.53 137.86 159 -
System Red Green Blue C M Y K H S L
Decimal 189 120 163 0 0.37 0.14 0.26 322.61 0.34 0.61
Hex BD 78 A3 0 25 E 1A 143 22 3D
Octal 275 170 243 0 45 16 32 503 42 75
Binary 10111101 1111000 10100011 0 100101 1110 11010 101000011 100010 111101

Color Harmonies of #BD78A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD78A3

Black with #BD78A3

Text Example


Text Example

White with #BD78A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD78A3; }

 p { color: rgb(189,120,163); }

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

background-color css

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

 a { background-color: rgb(189,120,163); }

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

border-color css

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

 span { border-color: rgb(189,120,163); }

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