Html Css Color HEX #BD96E0 Perfume

📋 copy color: '#BD96E0'

red 189 ◦ green 150 ◦ blue 224

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

Shades of Perfume #BD96E0

Tints of Perfume #BD96E0

RGB

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

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

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

R = 33.57%
G = 26.64%
B = 39.79%

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

#BD96E0 (or 0xBD96E0) is known color: Perfume. HEX triplet: BD, 96 and E0. RGB value is (189,150,224). Sum of RGB (Red+Green+Blue) = 189+150+224=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD96E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96E0 is #42691F. Grayscale: #A9A9A9. Windows color (decimal): -4352288 or 14718653. OLE color: 14718653.

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

Color convert

RGB 189 150 224 -
CMYK 0.16 0.33 0 0.12
HSL 271.62º 0.54% 0.73% -
HSV(B) 271.62º 0.33% 0.88% -
XYZ 45.35 38.01 75.47 -
YUV 170.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 189 150 224 0.16 0.33 0 0.12 271.62 0.54 0.73
Hex BD 96 E0 10 21 0 C 110 36 49
Octal 275 226 340 20 41 0 14 420 66 111
Binary 10111101 10010110 11100000 10000 100001 0 1100 100010000 110110 1001001

Color Harmonies of #BD96E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96E0

Black with #BD96E0

Text Example


Text Example

White with #BD96E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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