Html Css Color HEX #BD95E5 Perfume

📋 copy color: '#BD95E5'

red 189 ◦ green 149 ◦ blue 229

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

Shades of Perfume #BD95E5

Tints of Perfume #BD95E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.39%

R = 33.33%
G = 26.28%
B = 40.39%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD95E5 (or 0xBD95E5) is known color: Perfume. HEX triplet: BD, 95 and E5. RGB value is (189,149,229). Sum of RGB (Red+Green+Blue) = 189+149+229=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD95E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95E5 is #426A1A. Grayscale: #A9A9A9. Windows color (decimal): -4352539 or 15046077. OLE color: 15046077.

HSL color Cylindrical-coordinate representation of color #BD95E5: hue angle of 270º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD95E5 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 149 229 -
CMYK 0.17 0.35 0 0.10
HSL 270º 0.61% 0.74% -
HSV(B) 270º 0.35% 0.9% -
XYZ 45.88 37.97 79.04 -
YUV 170.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 189 149 229 0.17 0.35 0 0.10 270 0.61 0.74
Hex BD 95 E5 11 23 0 A 10E 3D 4A
Octal 275 225 345 21 43 0 12 416 75 112
Binary 10111101 10010101 11100101 10001 100011 0 1010 100001110 111101 1001010

Color Harmonies of #BD95E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD95E5

Black with #BD95E5

Text Example


Text Example

White with #BD95E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD95E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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