Html Css Color HEX #BD67A5 Bouquet

📋 copy color: '#BD67A5'

red 189 ◦ green 103 ◦ blue 165

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

Shades of Bouquet #BD67A5

Tints of Bouquet #BD67A5

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.54%

 BLUE value IS 165 (64.84% from 255) = 36.11%

R = 41.36%
G = 22.54%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD67A5 (or 0xBD67A5) is known color: Bouquet. HEX triplet: BD, 67 and A5. RGB value is (189,103,165). Sum of RGB (Red+Green+Blue) = 189+103+165=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD67A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD67A5 is #42985A. Grayscale: #878787. Windows color (decimal): -4364379 or 10839997. OLE color: 10839997.

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

Color convert

RGB 189 103 165 -
CMYK 0 0.46 0.13 0.26
HSL 316.74º 0.39% 0.57% -
HSV(B) 316.74º 0.46% 0.74% -
XYZ 32.63 23.24 38.36 -
YUV 135.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 189 103 165 0 0.46 0.13 0.26 316.74 0.39 0.57
Hex BD 67 A5 0 2E D 1A 13D 27 39
Octal 275 147 245 0 56 15 32 475 47 71
Binary 10111101 1100111 10100101 0 101110 1101 11010 100111101 100111 111001

Color Harmonies of #BD67A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD67A5

Black with #BD67A5

Text Example


Text Example

White with #BD67A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD67A5; }

 p { color: rgb(189,103,165); }

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

background-color css

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

 a { background-color: rgb(189,103,165); }

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

border-color css

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

 span { border-color: rgb(189,103,165); }

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