Html Css Color HEX #BD97E1 Perfume

📋 copy color: '#BD97E1'

red 189 ◦ green 151 ◦ blue 225

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

Shades of Perfume #BD97E1

Tints of Perfume #BD97E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.82%

R = 33.45%
G = 26.73%
B = 39.82%

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

#BD97E1 (or 0xBD97E1) is known color: Perfume. HEX triplet: BD, 97 and E1. RGB value is (189,151,225). Sum of RGB (Red+Green+Blue) = 189+151+225=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD97E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97E1 is #42681E. Grayscale: #AAAAAA. Windows color (decimal): -4352031 or 14784445. OLE color: 14784445.

HSL color Cylindrical-coordinate representation of color #BD97E1: hue angle of 270.81º degrees, saturation: 0.55, 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 #BD97E1 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 151 225 -
CMYK 0.16 0.33 0 0.12
HSL 270.81º 0.55% 0.74% -
HSV(B) 270.81º 0.33% 0.88% -
XYZ 45.64 38.39 76.24 -
YUV 170.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 189 151 225 0.16 0.33 0 0.12 270.81 0.55 0.74
Hex BD 97 E1 10 21 0 C 10F 37 4A
Octal 275 227 341 20 41 0 14 417 67 112
Binary 10111101 10010111 11100001 10000 100001 0 1100 100001111 110111 1001010

Color Harmonies of #BD97E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD97E1

Black with #BD97E1

Text Example


Text Example

White with #BD97E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD97E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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