Html Css Color HEX #BD95FE Perfume

📋 copy color: '#BD95FE'

red 189 ◦ green 149 ◦ blue 254

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

Shades of Perfume #BD95FE

Tints of Perfume #BD95FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.17%

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

R = 31.93%
G = 25.17%
B = 42.91%

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

#BD95FE (or 0xBD95FE) is known color: Perfume. HEX triplet: BD, 95 and FE. RGB value is (189,149,254). Sum of RGB (Red+Green+Blue) = 189+149+254=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD95FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD95FE is #426A01. Grayscale: #ACACAC. Windows color (decimal): -4352514 or 16684477. OLE color: 16684477.

HSL color Cylindrical-coordinate representation of color #BD95FE: hue angle of 262.86º 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 #BD95FE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 149 254 -
CMYK 0.26 0.41 0 0.00
HSL 262.86º 0.98% 0.79% -
HSV(B) 262.86º 0.41% 1% -
XYZ 49.62 39.47 98.77 -
YUV 172.93 173.75 139.46 -
System Red Green Blue C M Y K H S L
Decimal 189 149 254 0.26 0.41 0 0.00 262.86 0.98 0.79
Hex BD 95 FE 1A 29 0 0 107 62 4F
Octal 275 225 376 32 51 0 0 407 142 117
Binary 10111101 10010101 11111110 11010 101001 0 0 100000111 1100010 1001111

Color Harmonies of #BD95FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD95FE

Black with #BD95FE

Text Example


Text Example

White with #BD95FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD95FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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