Html Css Color HEX #BD96E9 Perfume

📋 copy color: '#BD96E9'

red 189 ◦ green 150 ◦ blue 233

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

Shades of Perfume #BD96E9

Tints of Perfume #BD96E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.73%

R = 33.04%
G = 26.22%
B = 40.73%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD96E9 (or 0xBD96E9) is known color: Perfume. HEX triplet: BD, 96 and E9. RGB value is (189,150,233). Sum of RGB (Red+Green+Blue) = 189+150+233=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 233 (91.41% from 255 or 40.73% from 572); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD96E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD96E9 is #426916. Grayscale: #AAAAAA. Windows color (decimal): -4352279 or 15308477. OLE color: 15308477.

HSL color Cylindrical-coordinate representation of color #BD96E9: hue angle of 268.19º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD96E9 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 150 233 -
CMYK 0.19 0.36 0 0.09
HSL 268.19º 0.65% 0.75% -
HSV(B) 268.19º 0.36% 0.91% -
XYZ 46.6 38.51 82.07 -
YUV 171.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 189 150 233 0.19 0.36 0 0.09 268.19 0.65 0.75
Hex BD 96 E9 13 24 0 9 10C 41 4B
Octal 275 226 351 23 44 0 11 414 101 113
Binary 10111101 10010110 11101001 10011 100100 0 1001 100001100 1000001 1001011

Color Harmonies of #BD96E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96E9

Black with #BD96E9

Text Example


Text Example

White with #BD96E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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