Html Css Color HEX #BD95EA Perfume

📋 copy color: '#BD95EA'

red 189 ◦ green 149 ◦ blue 234

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

Shades of Perfume #BD95EA

Tints of Perfume #BD95EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.91%

R = 33.04%
G = 26.05%
B = 40.91%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD95EA (or 0xBD95EA) is known color: Perfume. HEX triplet: BD, 95 and EA. RGB value is (189,149,234). Sum of RGB (Red+Green+Blue) = 189+149+234=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD95EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD95EA is #426A15. Grayscale: #AAAAAA. Windows color (decimal): -4352534 or 15373757. OLE color: 15373757.

HSL color Cylindrical-coordinate representation of color #BD95EA: hue angle of 268.24º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD95EA is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 149 234 -
CMYK 0.19 0.36 0 0.08
HSL 268.24º 0.67% 0.75% -
HSV(B) 268.24º 0.36% 0.92% -
XYZ 46.59 38.25 82.77 -
YUV 170.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 189 149 234 0.19 0.36 0 0.08 268.24 0.67 0.75
Hex BD 95 EA 13 24 0 8 10C 43 4B
Octal 275 225 352 23 44 0 10 414 103 113
Binary 10111101 10010101 11101010 10011 100100 0 1000 100001100 1000011 1001011

Color Harmonies of #BD95EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD95EA

Black with #BD95EA

Text Example


Text Example

White with #BD95EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD95EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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