Html Css Color HEX #BD95ED Perfume

📋 copy color: '#BD95ED'

red 189 ◦ green 149 ◦ blue 237

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

Shades of Perfume #BD95ED

Tints of Perfume #BD95ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.22%

R = 32.87%
G = 25.91%
B = 41.22%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD95ED (or 0xBD95ED) is known color: Perfume. HEX triplet: BD, 95 and ED. RGB value is (189,149,237). Sum of RGB (Red+Green+Blue) = 189+149+237=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD95ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD95ED is #426A12. Grayscale: #AAAAAA. Windows color (decimal): -4352531 or 15570365. OLE color: 15570365.

HSL color Cylindrical-coordinate representation of color #BD95ED: hue angle of 267.27º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD95ED is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 149 237 -
CMYK 0.20 0.37 0 0.07
HSL 267.27º 0.71% 0.76% -
HSV(B) 267.27º 0.37% 0.93% -
XYZ 47.02 38.43 85.06 -
YUV 170.99 165.25 140.84 -
System Red Green Blue C M Y K H S L
Decimal 189 149 237 0.20 0.37 0 0.07 267.27 0.71 0.76
Hex BD 95 ED 14 25 0 7 10B 47 4C
Octal 275 225 355 24 45 0 7 413 107 114
Binary 10111101 10010101 11101101 10100 100101 0 111 100001011 1000111 1001100

Color Harmonies of #BD95ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD95ED

Black with #BD95ED

Text Example


Text Example

White with #BD95ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD95ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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