Html Css Color HEX #BD95EC Perfume

📋 copy color: '#BD95EC'

red 189 ◦ green 149 ◦ blue 236

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

Shades of Perfume #BD95EC

Tints of Perfume #BD95EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.11%

R = 32.93%
G = 25.96%
B = 41.11%

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

#BD95EC (or 0xBD95EC) is known color: Perfume. HEX triplet: BD, 95 and EC. RGB value is (189,149,236). Sum of RGB (Red+Green+Blue) = 189+149+236=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD95EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD95EC is #426A13. Grayscale: #AAAAAA. Windows color (decimal): -4352532 or 15504829. OLE color: 15504829.

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

Color convert

RGB 189 149 236 -
CMYK 0.20 0.37 0 0.07
HSL 267.59º 0.7% 0.75% -
HSV(B) 267.59º 0.37% 0.93% -
XYZ 46.87 38.37 84.29 -
YUV 170.88 164.75 140.93 -
System Red Green Blue C M Y K H S L
Decimal 189 149 236 0.20 0.37 0 0.07 267.59 0.7 0.75
Hex BD 95 EC 14 25 0 7 10C 46 4B
Octal 275 225 354 24 45 0 7 414 106 113
Binary 10111101 10010101 11101100 10100 100101 0 111 100001100 1000110 1001011

Color Harmonies of #BD95EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD95EC

Black with #BD95EC

Text Example


Text Example

White with #BD95EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD95EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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