Html Css Color HEX #BD96E1 Perfume

📋 copy color: '#BD96E1'

red 189 ◦ green 150 ◦ blue 225

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

Shades of Perfume #BD96E1

Tints of Perfume #BD96E1

RGB

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

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

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

R = 33.51%
G = 26.6%
B = 39.89%

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

#BD96E1 (or 0xBD96E1) is known color: Perfume. HEX triplet: BD, 96 and E1. RGB value is (189,150,225). Sum of RGB (Red+Green+Blue) = 189+150+225=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD96E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96E1 is #42691E. Grayscale: #A9A9A9. Windows color (decimal): -4352287 or 14784189. OLE color: 14784189.

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

Color convert

RGB 189 150 225 -
CMYK 0.16 0.33 0 0.12
HSL 271.2º 0.56% 0.74% -
HSV(B) 271.2º 0.33% 0.88% -
XYZ 45.48 38.07 76.18 -
YUV 170.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 189 150 225 0.16 0.33 0 0.12 271.2 0.56 0.74
Hex BD 96 E1 10 21 0 C 10F 38 4A
Octal 275 226 341 20 41 0 14 417 70 112
Binary 10111101 10010110 11100001 10000 100001 0 1100 100001111 111000 1001010

Color Harmonies of #BD96E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96E1

Black with #BD96E1

Text Example


Text Example

White with #BD96E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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