Html Css Color HEX #BD93ED Perfume

📋 copy color: '#BD93ED'

red 189 ◦ green 147 ◦ blue 237

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

Shades of Perfume #BD93ED

Tints of Perfume #BD93ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.36%

R = 32.98%
G = 25.65%
B = 41.36%

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

#BD93ED (or 0xBD93ED) is known color: Perfume. HEX triplet: BD, 93 and ED. RGB value is (189,147,237). Sum of RGB (Red+Green+Blue) = 189+147+237=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD93ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD93ED is #426C12. Grayscale: #A9A9A9. Windows color (decimal): -4353043 or 15569853. OLE color: 15569853.

HSL color Cylindrical-coordinate representation of color #BD93ED: hue angle of 268º degrees, saturation: 0.71, 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 #BD93ED is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 147 237 -
CMYK 0.20 0.38 0 0.07
HSL 268º 0.71% 0.75% -
HSV(B) 268º 0.38% 0.93% -
XYZ 46.71 37.8 84.96 -
YUV 169.82 165.91 141.68 -
System Red Green Blue C M Y K H S L
Decimal 189 147 237 0.20 0.38 0 0.07 268 0.71 0.75
Hex BD 93 ED 14 26 0 7 10C 47 4B
Octal 275 223 355 24 46 0 7 414 107 113
Binary 10111101 10010011 11101101 10100 100110 0 111 100001100 1000111 1001011

Color Harmonies of #BD93ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93ED

Black with #BD93ED

Text Example


Text Example

White with #BD93ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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