Html Css Color HEX #BD96FE Perfume

📋 copy color: '#BD96FE'

red 189 ◦ green 150 ◦ blue 254

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

Shades of Perfume #BD96FE

Tints of Perfume #BD96FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.83%

R = 31.87%
G = 25.3%
B = 42.83%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD96FE (or 0xBD96FE) is known color: Perfume. HEX triplet: BD, 96 and FE. RGB value is (189,150,254). Sum of RGB (Red+Green+Blue) = 189+150+254=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD96FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD96FE is #426901. Grayscale: #ADADAD. Windows color (decimal): -4352258 or 16684733. OLE color: 16684733.

HSL color Cylindrical-coordinate representation of color #BD96FE: hue angle of 262.5º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD96FE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 150 254 -
CMYK 0.26 0.41 0 0.00
HSL 262.5º 0.98% 0.79% -
HSV(B) 262.5º 0.41% 1% -
XYZ 49.78 39.79 98.82 -
YUV 173.52 173.42 139.04 -
System Red Green Blue C M Y K H S L
Decimal 189 150 254 0.26 0.41 0 0.00 262.5 0.98 0.79
Hex BD 96 FE 1A 29 0 0 106 62 4F
Octal 275 226 376 32 51 0 0 406 142 117
Binary 10111101 10010110 11111110 11010 101001 0 0 100000110 1100010 1001111

Color Harmonies of #BD96FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD96FE

Black with #BD96FE

Text Example


Text Example

White with #BD96FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD96FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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