Html Css Color HEX #BD74AB Bouquet

📋 copy color: '#BD74AB'

red 189 ◦ green 116 ◦ blue 171

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

Shades of Bouquet #BD74AB

Tints of Bouquet #BD74AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.37%

 BLUE value IS 171 (67.19% from 255) = 35.92%

R = 39.71%
G = 24.37%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD74AB (or 0xBD74AB) is known color: Bouquet. HEX triplet: BD, 74 and AB. RGB value is (189,116,171). Sum of RGB (Red+Green+Blue) = 189+116+171=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD74AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD74AB is #428B54. Grayscale: #8F8F8F. Windows color (decimal): -4361045 or 11236541. OLE color: 11236541.

HSL color Cylindrical-coordinate representation of color #BD74AB: hue angle of 314.79º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD74AB is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 116 171 -
CMYK 0 0.39 0.10 0.26
HSL 314.79º 0.36% 0.6% -
HSV(B) 314.79º 0.39% 0.74% -
XYZ 34.58 26.25 41.77 -
YUV 144.1 143.18 160.03 -
System Red Green Blue C M Y K H S L
Decimal 189 116 171 0 0.39 0.10 0.26 314.79 0.36 0.6
Hex BD 74 AB 0 27 A 1A 13B 24 3C
Octal 275 164 253 0 47 12 32 473 44 74
Binary 10111101 1110100 10101011 0 100111 1010 11010 100111011 100100 111100

Color Harmonies of #BD74AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD74AB

Black with #BD74AB

Text Example


Text Example

White with #BD74AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD74AB; }

 p { color: rgb(189,116,171); }

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

background-color css

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

 a { background-color: rgb(189,116,171); }

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

border-color css

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

 span { border-color: rgb(189,116,171); }

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