Html Css Color HEX #BD93E8 Perfume

📋 copy color: '#BD93E8'

red 189 ◦ green 147 ◦ blue 232

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

Shades of Perfume #BD93E8

Tints of Perfume #BD93E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.85%

R = 33.27%
G = 25.88%
B = 40.85%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD93E8 (or 0xBD93E8) is known color: Perfume. HEX triplet: BD, 93 and E8. RGB value is (189,147,232). Sum of RGB (Red+Green+Blue) = 189+147+232=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD93E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD93E8 is #426C17. Grayscale: #A8A8A8. Windows color (decimal): -4353048 or 15242173. OLE color: 15242173.

HSL color Cylindrical-coordinate representation of color #BD93E8: hue angle of 269.65º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD93E8 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 147 232 -
CMYK 0.19 0.37 0 0.09
HSL 269.65º 0.65% 0.74% -
HSV(B) 269.65º 0.37% 0.91% -
XYZ 45.99 37.51 81.16 -
YUV 169.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 189 147 232 0.19 0.37 0 0.09 269.65 0.65 0.74
Hex BD 93 E8 13 25 0 9 10E 41 4A
Octal 275 223 350 23 45 0 11 416 101 112
Binary 10111101 10010011 11101000 10011 100101 0 1001 100001110 1000001 1001010

Color Harmonies of #BD93E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93E8

Black with #BD93E8

Text Example


Text Example

White with #BD93E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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