Html Css Color HEX #BD97E0 Perfume

📋 copy color: '#BD97E0'

red 189 ◦ green 151 ◦ blue 224

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

Shades of Perfume #BD97E0

Tints of Perfume #BD97E0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.77%

 BLUE value IS 224 (87.89% from 255) = 39.72%

R = 33.51%
G = 26.77%
B = 39.72%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD97E0 (or 0xBD97E0) is known color: Perfume. HEX triplet: BD, 97 and E0. RGB value is (189,151,224). Sum of RGB (Red+Green+Blue) = 189+151+224=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD97E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97E0 is #42681F. Grayscale: #AAAAAA. Windows color (decimal): -4352032 or 14718909. OLE color: 14718909.

HSL color Cylindrical-coordinate representation of color #BD97E0: hue angle of 271.23º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD97E0 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 151 224 -
CMYK 0.16 0.33 0 0.12
HSL 271.23º 0.54% 0.74% -
HSV(B) 271.23º 0.33% 0.88% -
XYZ 45.51 38.33 75.52 -
YUV 170.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 189 151 224 0.16 0.33 0 0.12 271.23 0.54 0.74
Hex BD 97 E0 10 21 0 C 10F 36 4A
Octal 275 227 340 20 41 0 14 417 66 112
Binary 10111101 10010111 11100000 10000 100001 0 1100 100001111 110110 1001010

Color Harmonies of #BD97E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD97E0

Black with #BD97E0

Text Example


Text Example

White with #BD97E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD97E0; }

 p { color: rgb(189,151,224); }

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

background-color css

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

 a { background-color: rgb(189,151,224); }

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

border-color css

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

 span { border-color: rgb(189,151,224); }

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