Html Css Color HEX #B895FD Perfume

📋 copy color: '#B895FD'

red 184 ◦ green 149 ◦ blue 253

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

Shades of Perfume #B895FD

Tints of Perfume #B895FD

RGB

 RED value IS 184 (72.27% from 255) = 31.4%

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

 BLUE value IS 253 (99.22% from 255) = 43.17%

R = 31.4%
G = 25.43%
B = 43.17%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B895FD (or 0xB895FD) is known color: Perfume. HEX triplet: B8, 95 and FD. RGB value is (184,149,253). Sum of RGB (Red+Green+Blue) = 184+149+253=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #B895FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B895FD is #476A02. Grayscale: #AAAAAA. Windows color (decimal): -4680195 or 16618936. OLE color: 16618936.

HSL color Cylindrical-coordinate representation of color #B895FD: hue angle of 260.19º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B895FD is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 149 253 -
CMYK 0.27 0.41 0 0.01
HSL 260.19º 0.96% 0.79% -
HSV(B) 260.19º 0.41% 0.99% -
XYZ 48.24 38.78 97.87 -
YUV 171.32 174.1 137.04 -
System Red Green Blue C M Y K H S L
Decimal 184 149 253 0.27 0.41 0 0.01 260.19 0.96 0.79
Hex B8 95 FD 1B 29 0 1 104 60 4F
Octal 270 225 375 33 51 0 1 404 140 117
Binary 10111000 10010101 11111101 11011 101001 0 1 100000100 1100000 1001111

Color Harmonies of #B895FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B895FD

Black with #B895FD

Text Example


Text Example

White with #B895FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B895FD; }

 p { color: rgb(184,149,253); }

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

background-color css

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

 a { background-color: rgb(184,149,253); }

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

border-color css

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

 span { border-color: rgb(184,149,253); }

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