Html Css Color HEX #BD93FE Perfume

📋 copy color: '#BD93FE'

red 189 ◦ green 147 ◦ blue 254

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

Shades of Perfume #BD93FE

Tints of Perfume #BD93FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.05%

R = 32.03%
G = 24.92%
B = 43.05%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD93FE (or 0xBD93FE) is known color: Perfume. HEX triplet: BD, 93 and FE. RGB value is (189,147,254). Sum of RGB (Red+Green+Blue) = 189+147+254=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD93FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD93FE is #426C01. Grayscale: #ABABAB. Windows color (decimal): -4353026 or 16683965. OLE color: 16683965.

HSL color Cylindrical-coordinate representation of color #BD93FE: hue angle of 263.55º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD93FE is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 147 254 -
CMYK 0.26 0.42 0 0.00
HSL 263.55º 0.98% 0.79% -
HSV(B) 263.55º 0.42% 1% -
XYZ 49.31 38.84 98.66 -
YUV 171.76 174.41 140.3 -
System Red Green Blue C M Y K H S L
Decimal 189 147 254 0.26 0.42 0 0.00 263.55 0.98 0.79
Hex BD 93 FE 1A 2A 0 0 108 62 4F
Octal 275 223 376 32 52 0 0 410 142 117
Binary 10111101 10010011 11111110 11010 101010 0 0 100001000 1100010 1001111

Color Harmonies of #BD93FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93FE

Black with #BD93FE

Text Example


Text Example

White with #BD93FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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