Html Css Color HEX #BD93F1 Perfume

📋 copy color: '#BD93F1'

red 189 ◦ green 147 ◦ blue 241

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

Shades of Perfume #BD93F1

Tints of Perfume #BD93F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.77%

R = 32.76%
G = 25.48%
B = 41.77%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD93F1 (or 0xBD93F1) is known color: Perfume. HEX triplet: BD, 93 and F1. RGB value is (189,147,241). Sum of RGB (Red+Green+Blue) = 189+147+241=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD93F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD93F1 is #426C0E. Grayscale: #A9A9A9. Windows color (decimal): -4353039 or 15831997. OLE color: 15831997.

HSL color Cylindrical-coordinate representation of color #BD93F1: hue angle of 266.81º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD93F1 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 147 241 -
CMYK 0.22 0.39 0 0.05
HSL 266.81º 0.77% 0.76% -
HSV(B) 266.81º 0.39% 0.95% -
XYZ 47.3 38.04 88.07 -
YUV 170.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 189 147 241 0.22 0.39 0 0.05 266.81 0.77 0.76
Hex BD 93 F1 16 27 0 5 10B 4D 4C
Octal 275 223 361 26 47 0 5 413 115 114
Binary 10111101 10010011 11110001 10110 100111 0 101 100001011 1001101 1001100

Color Harmonies of #BD93F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93F1

Black with #BD93F1

Text Example


Text Example

White with #BD93F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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