Html Css Color HEX #BD96DF Perfume

📋 copy color: '#BD96DF'

red 189 ◦ green 150 ◦ blue 223

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

Shades of Perfume #BD96DF

Tints of Perfume #BD96DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.69%

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 33.63%
G = 26.69%
B = 39.68%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD96DF (or 0xBD96DF) is known color: Perfume. HEX triplet: BD, 96 and DF. RGB value is (189,150,223). Sum of RGB (Red+Green+Blue) = 189+150+223=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96DF is #426920. Grayscale: #A9A9A9. Windows color (decimal): -4352289 or 14653117. OLE color: 14653117.

HSL color Cylindrical-coordinate representation of color #BD96DF: hue angle of 272.05º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD96DF is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 150 223 -
CMYK 0.15 0.33 0 0.13
HSL 272.05º 0.53% 0.73% -
HSV(B) 272.05º 0.33% 0.87% -
XYZ 45.21 37.96 74.76 -
YUV 169.98 157.92 141.56 -
System Red Green Blue C M Y K H S L
Decimal 189 150 223 0.15 0.33 0 0.13 272.05 0.53 0.73
Hex BD 96 DF F 21 0 D 110 35 49
Octal 275 226 337 17 41 0 15 420 65 111
Binary 10111101 10010110 11011111 1111 100001 0 1101 100010000 110101 1001001

Color Harmonies of #BD96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96DF

Black with #BD96DF

Text Example


Text Example

White with #BD96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96DF; }

 p { color: rgb(189,150,223); }

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

background-color css

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

 a { background-color: rgb(189,150,223); }

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

border-color css

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

 span { border-color: rgb(189,150,223); }

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