Html Css Color HEX #BD93FA Perfume

📋 copy color: '#BD93FA'

red 189 ◦ green 147 ◦ blue 250

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

Shades of Perfume #BD93FA

Tints of Perfume #BD93FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.66%

R = 32.25%
G = 25.09%
B = 42.66%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD93FA (or 0xBD93FA) is known color: Perfume. HEX triplet: BD, 93 and FA. RGB value is (189,147,250). Sum of RGB (Red+Green+Blue) = 189+147+250=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD93FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD93FA is #426C05. Grayscale: #AAAAAA. Windows color (decimal): -4353030 or 16421821. OLE color: 16421821.

HSL color Cylindrical-coordinate representation of color #BD93FA: hue angle of 264.47º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD93FA is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 147 250 -
CMYK 0.24 0.41 0 0.02
HSL 264.47º 0.91% 0.78% -
HSV(B) 264.47º 0.41% 0.98% -
XYZ 48.68 38.59 95.33 -
YUV 171.3 172.41 140.62 -
System Red Green Blue C M Y K H S L
Decimal 189 147 250 0.24 0.41 0 0.02 264.47 0.91 0.78
Hex BD 93 FA 18 29 0 2 108 5B 4E
Octal 275 223 372 30 51 0 2 410 133 116
Binary 10111101 10010011 11111010 11000 101001 0 10 100001000 1011011 1001110

Color Harmonies of #BD93FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93FA

Black with #BD93FA

Text Example


Text Example

White with #BD93FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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