Html Css Color HEX #BD93FB Perfume

📋 copy color: '#BD93FB'

red 189 ◦ green 147 ◦ blue 251

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

Shades of Perfume #BD93FB

Tints of Perfume #BD93FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.76%

R = 32.2%
G = 25.04%
B = 42.76%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD93FB (or 0xBD93FB) is known color: Perfume. HEX triplet: BD, 93 and FB. RGB value is (189,147,251). Sum of RGB (Red+Green+Blue) = 189+147+251=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD93FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD93FB is #426C04. Grayscale: #ABABAB. Windows color (decimal): -4353029 or 16487357. OLE color: 16487357.

HSL color Cylindrical-coordinate representation of color #BD93FB: hue angle of 264.23º degrees, saturation: 0.93, 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 #BD93FB is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 147 251 -
CMYK 0.25 0.41 0 0.02
HSL 264.23º 0.93% 0.78% -
HSV(B) 264.23º 0.41% 0.98% -
XYZ 48.83 38.65 96.15 -
YUV 171.41 172.91 140.54 -
System Red Green Blue C M Y K H S L
Decimal 189 147 251 0.25 0.41 0 0.02 264.23 0.93 0.78
Hex BD 93 FB 19 29 0 2 108 5D 4E
Octal 275 223 373 31 51 0 2 410 135 116
Binary 10111101 10010011 11111011 11001 101001 0 10 100001000 1011101 1001110

Color Harmonies of #BD93FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93FB

Black with #BD93FB

Text Example


Text Example

White with #BD93FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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