Html Css Color HEX #BD93EC Perfume

📋 copy color: '#BD93EC'

red 189 ◦ green 147 ◦ blue 236

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

Shades of Perfume #BD93EC

Tints of Perfume #BD93EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 33.04%
G = 25.7%
B = 41.26%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD93EC (or 0xBD93EC) is known color: Perfume. HEX triplet: BD, 93 and EC. RGB value is (189,147,236). Sum of RGB (Red+Green+Blue) = 189+147+236=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD93EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD93EC is #426C13. Grayscale: #A9A9A9. Windows color (decimal): -4353044 or 15504317. OLE color: 15504317.

HSL color Cylindrical-coordinate representation of color #BD93EC: hue angle of 268.31º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD93EC is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 147 236 -
CMYK 0.20 0.38 0 0.07
HSL 268.31º 0.7% 0.75% -
HSV(B) 268.31º 0.38% 0.93% -
XYZ 46.56 37.74 84.19 -
YUV 169.7 165.41 141.76 -
System Red Green Blue C M Y K H S L
Decimal 189 147 236 0.20 0.38 0 0.07 268.31 0.7 0.75
Hex BD 93 EC 14 26 0 7 10C 46 4B
Octal 275 223 354 24 46 0 7 414 106 113
Binary 10111101 10010011 11101100 10100 100110 0 111 100001100 1000110 1001011

Color Harmonies of #BD93EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93EC

Black with #BD93EC

Text Example


Text Example

White with #BD93EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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