Html Css Color HEX #B995FF Perfume

📋 copy color: '#B995FF'

red 185 ◦ green 149 ◦ blue 255

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

Shades of Perfume #B995FF

Tints of Perfume #B995FF

RGB

 RED value IS 185 (72.66% from 255) = 31.41%

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

 BLUE value IS 255 (100% from 255) = 43.29%

R = 31.41%
G = 25.3%
B = 43.29%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B995FF (or 0xB995FF) is known color: Perfume. HEX triplet: B9, 95 and FF. RGB value is (185,149,255). Sum of RGB (Red+Green+Blue) = 185+149+255=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #B995FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B995FF is #466A00. Grayscale: #ABABAB. Windows color (decimal): -4614657 or 16750009. OLE color: 16750009.

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

Color convert

RGB 185 149 255 -
CMYK 0.27 0.42 0 0
HSL 260.38º 1% 0.79% -
HSV(B) 260.38º 0.42% 1% -
XYZ 48.81 39.03 99.57 -
YUV 171.85 174.93 137.38 -
System Red Green Blue C M Y K H S L
Decimal 185 149 255 0.27 0.42 0 0 260.38 1 0.79
Hex B9 95 FF 1B 2A 0 0 104 64 4F
Octal 271 225 377 33 52 0 0 404 144 117
Binary 10111001 10010101 11111111 11011 101010 0 0 100000100 1100100 1001111

Color Harmonies of #B995FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995FF

Black with #B995FF

Text Example


Text Example

White with #B995FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995FF; }

 p { color: rgb(185,149,255); }

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

background-color css

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

 a { background-color: rgb(185,149,255); }

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

border-color css

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

 span { border-color: rgb(185,149,255); }

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