Html Css Color HEX #BD96FA Perfume

📋 copy color: '#BD96FA'

red 189 ◦ green 150 ◦ blue 250

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

Shades of Perfume #BD96FA

Tints of Perfume #BD96FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.47%

 BLUE value IS 250 (98.05% from 255) = 42.44%

R = 32.09%
G = 25.47%
B = 42.44%

CMYK

 C value IS 0.24

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD96FA (or 0xBD96FA) is known color: Perfume. HEX triplet: BD, 96 and FA. RGB value is (189,150,250). Sum of RGB (Red+Green+Blue) = 189+150+250=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD96FA is #426905. Grayscale: #ACACAC. Windows color (decimal): -4352262 or 16422589. OLE color: 16422589.

HSL color Cylindrical-coordinate representation of color #BD96FA: hue angle of 263.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD96FA is Cyan = 0.24, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 150 250 -
CMYK 0.24 0.4 0 0.02
HSL 263.4º 0.91% 0.78% -
HSV(B) 263.4º 0.4% 0.98% -
XYZ 49.15 39.53 95.48 -
YUV 173.06 171.42 139.37 -
System Red Green Blue C M Y K H S L
Decimal 189 150 250 0.24 0.4 0 0.02 263.4 0.91 0.78
Hex BD 96 FA 18 28 0 2 107 5B 4E
Octal 275 226 372 30 50 0 2 407 133 116
Binary 10111101 10010110 11111010 11000 101000 0 10 100000111 1011011 1001110

Color Harmonies of #BD96FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96FA

Black with #BD96FA

Text Example


Text Example

White with #BD96FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96FA; }

 p { color: rgb(189,150,250); }

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

background-color css

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

 a { background-color: rgb(189,150,250); }

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

border-color css

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

 span { border-color: rgb(189,150,250); }

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