Html Css Color HEX #BD93E7 Perfume

📋 copy color: '#BD93E7'

red 189 ◦ green 147 ◦ blue 231

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

Shades of Perfume #BD93E7

Tints of Perfume #BD93E7

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.93%

 BLUE value IS 231 (90.63% from 255) = 40.74%

R = 33.33%
G = 25.93%
B = 40.74%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD93E7 (or 0xBD93E7) is known color: Perfume. HEX triplet: BD, 93 and E7. RGB value is (189,147,231). Sum of RGB (Red+Green+Blue) = 189+147+231=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #BD93E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD93E7 is #426C18. Grayscale: #A8A8A8. Windows color (decimal): -4353049 or 15176637. OLE color: 15176637.

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

Color convert

RGB 189 147 231 -
CMYK 0.18 0.36 0 0.09
HSL 270º 0.64% 0.74% -
HSV(B) 270º 0.36% 0.91% -
XYZ 45.84 37.46 80.41 -
YUV 169.13 162.91 142.17 -
System Red Green Blue C M Y K H S L
Decimal 189 147 231 0.18 0.36 0 0.09 270 0.64 0.74
Hex BD 93 E7 12 24 0 9 10E 40 4A
Octal 275 223 347 22 44 0 11 416 100 112
Binary 10111101 10010011 11100111 10010 100100 0 1001 100001110 1000000 1001010

Color Harmonies of #BD93E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93E7

Black with #BD93E7

Text Example


Text Example

White with #BD93E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93E7; }

 p { color: rgb(189,147,231); }

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

background-color css

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

 a { background-color: rgb(189,147,231); }

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

border-color css

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

 span { border-color: rgb(189,147,231); }

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