Html Css Color HEX #BD75A1 Bouquet

📋 copy color: '#BD75A1'

red 189 ◦ green 117 ◦ blue 161

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

Shades of Bouquet #BD75A1

Tints of Bouquet #BD75A1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.05%

 BLUE value IS 161 (63.28% from 255) = 34.48%

R = 40.47%
G = 25.05%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD75A1 (or 0xBD75A1) is known color: Bouquet. HEX triplet: BD, 75 and A1. RGB value is (189,117,161). Sum of RGB (Red+Green+Blue) = 189+117+161=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD75A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD75A1 is #428A5E. Grayscale: #8F8F8F. Windows color (decimal): -4360799 or 10581437. OLE color: 10581437.

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

Color convert

RGB 189 117 161 -
CMYK 0 0.38 0.15 0.26
HSL 323.33º 0.35% 0.6% -
HSV(B) 323.33º 0.38% 0.74% -
XYZ 33.78 26.11 36.98 -
YUV 143.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 189 117 161 0 0.38 0.15 0.26 323.33 0.35 0.6
Hex BD 75 A1 0 26 F 1A 143 23 3C
Octal 275 165 241 0 46 17 32 503 43 74
Binary 10111101 1110101 10100001 0 100110 1111 11010 101000011 100011 111100

Color Harmonies of #BD75A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD75A1

Black with #BD75A1

Text Example


Text Example

White with #BD75A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD75A1; }

 p { color: rgb(189,117,161); }

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

background-color css

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

 a { background-color: rgb(189,117,161); }

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

border-color css

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

 span { border-color: rgb(189,117,161); }

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