Html Css Color HEX #BD93F2 Perfume

📋 copy color: '#BD93F2'

red 189 ◦ green 147 ◦ blue 242

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

Shades of Perfume #BD93F2

Tints of Perfume #BD93F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.87%

R = 32.7%
G = 25.43%
B = 41.87%

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

#BD93F2 (or 0xBD93F2) is known color: Perfume. HEX triplet: BD, 93 and F2. RGB value is (189,147,242). Sum of RGB (Red+Green+Blue) = 189+147+242=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD93F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD93F2 is #426C0D. Grayscale: #AAAAAA. Windows color (decimal): -4353038 or 15897533. OLE color: 15897533.

HSL color Cylindrical-coordinate representation of color #BD93F2: hue angle of 266.53º degrees, saturation: 0.79, 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 #BD93F2 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 147 242 -
CMYK 0.22 0.39 0 0.05
HSL 266.53º 0.79% 0.76% -
HSV(B) 266.53º 0.39% 0.95% -
XYZ 47.45 38.1 88.86 -
YUV 170.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 189 147 242 0.22 0.39 0 0.05 266.53 0.79 0.76
Hex BD 93 F2 16 27 0 5 10B 4F 4C
Octal 275 223 362 26 47 0 5 413 117 114
Binary 10111101 10010011 11110010 10110 100111 0 101 100001011 1001111 1001100

Color Harmonies of #BD93F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93F2

Black with #BD93F2

Text Example


Text Example

White with #BD93F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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