Html Css Color HEX #BD78A2 Bouquet

📋 copy color: '#BD78A2'

red 189 ◦ green 120 ◦ blue 162

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

Shades of Bouquet #BD78A2

Tints of Bouquet #BD78A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.39%

R = 40.13%
G = 25.48%
B = 34.39%

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

#BD78A2 (or 0xBD78A2) is known color: Bouquet. HEX triplet: BD, 78 and A2. RGB value is (189,120,162). Sum of RGB (Red+Green+Blue) = 189+120+162=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD78A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD78A2 is #42875D. Grayscale: #919191. Windows color (decimal): -4360030 or 10647741. OLE color: 10647741.

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

Color convert

RGB 189 120 162 -
CMYK 0 0.37 0.14 0.26
HSL 323.48º 0.34% 0.61% -
HSV(B) 323.48º 0.37% 0.74% -
XYZ 34.22 26.86 37.56 -
YUV 145.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 189 120 162 0 0.37 0.14 0.26 323.48 0.34 0.61
Hex BD 78 A2 0 25 E 1A 143 22 3D
Octal 275 170 242 0 45 16 32 503 42 75
Binary 10111101 1111000 10100010 0 100101 1110 11010 101000011 100010 111101

Color Harmonies of #BD78A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD78A2

Black with #BD78A2

Text Example


Text Example

White with #BD78A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD78A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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