Html Css Color HEX #BD78A4 Bouquet

📋 copy color: '#BD78A4'

red 189 ◦ green 120 ◦ blue 164

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

Shades of Bouquet #BD78A4

Tints of Bouquet #BD78A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.67%

R = 39.96%
G = 25.37%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD78A4 (or 0xBD78A4) is known color: Bouquet. HEX triplet: BD, 78 and A4. RGB value is (189,120,164). Sum of RGB (Red+Green+Blue) = 189+120+164=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD78A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD78A4 is #42875B. Grayscale: #919191. Windows color (decimal): -4360028 or 10778813. OLE color: 10778813.

HSL color Cylindrical-coordinate representation of color #BD78A4: hue angle of 321.74º 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 #BD78A4 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 120 164 -
CMYK 0 0.37 0.13 0.26
HSL 321.74º 0.34% 0.61% -
HSV(B) 321.74º 0.37% 0.74% -
XYZ 34.4 26.93 38.51 -
YUV 145.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 189 120 164 0 0.37 0.13 0.26 321.74 0.34 0.61
Hex BD 78 A4 0 25 D 1A 142 22 3D
Octal 275 170 244 0 45 15 32 502 42 75
Binary 10111101 1111000 10100100 0 100101 1101 11010 101000010 100010 111101

Color Harmonies of #BD78A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD78A4

Black with #BD78A4

Text Example


Text Example

White with #BD78A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD78A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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