Html Css Color HEX #BD95E4 Perfume

📋 copy color: '#BD95E4'

red 189 ◦ green 149 ◦ blue 228

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

Shades of Perfume #BD95E4

Tints of Perfume #BD95E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.28%

R = 33.39%
G = 26.33%
B = 40.28%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BD95E4 (or 0xBD95E4) is known color: Perfume. HEX triplet: BD, 95 and E4. RGB value is (189,149,228). Sum of RGB (Red+Green+Blue) = 189+149+228=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD95E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95E4 is #426A1B. Grayscale: #A9A9A9. Windows color (decimal): -4352540 or 14980541. OLE color: 14980541.

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

Color convert

RGB 189 149 228 -
CMYK 0.17 0.35 0 0.11
HSL 270.38º 0.59% 0.74% -
HSV(B) 270.38º 0.35% 0.89% -
XYZ 45.74 37.92 78.31 -
YUV 169.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 189 149 228 0.17 0.35 0 0.11 270.38 0.59 0.74
Hex BD 95 E4 11 23 0 B 10E 3B 4A
Octal 275 225 344 21 43 0 13 416 73 112
Binary 10111101 10010101 11100100 10001 100011 0 1011 100001110 111011 1001010

Color Harmonies of #BD95E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD95E4

Black with #BD95E4

Text Example


Text Example

White with #BD95E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD95E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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