Html Css Color HEX #B995FA Perfume

📋 copy color: '#B995FA'

red 185 ◦ green 149 ◦ blue 250

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

Shades of Perfume #B995FA

Tints of Perfume #B995FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.81%

R = 31.68%
G = 25.51%
B = 42.81%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B995FA (or 0xB995FA) is known color: Perfume. HEX triplet: B9, 95 and FA. RGB value is (185,149,250). Sum of RGB (Red+Green+Blue) = 185+149+250=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #B995FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B995FA is #466A05. Grayscale: #AAAAAA. Windows color (decimal): -4614662 or 16422329. OLE color: 16422329.

HSL color Cylindrical-coordinate representation of color #B995FA: hue angle of 261.39º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B995FA is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 149 250 -
CMYK 0.26 0.40 0 0.02
HSL 261.39º 0.91% 0.78% -
HSV(B) 261.39º 0.4% 0.98% -
XYZ 48.01 38.71 95.38 -
YUV 171.28 172.43 137.79 -
System Red Green Blue C M Y K H S L
Decimal 185 149 250 0.26 0.40 0 0.02 261.39 0.91 0.78
Hex B9 95 FA 1A 28 0 2 105 5B 4E
Octal 271 225 372 32 50 0 2 405 133 116
Binary 10111001 10010101 11111010 11010 101000 0 10 100000101 1011011 1001110

Color Harmonies of #B995FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995FA

Black with #B995FA

Text Example


Text Example

White with #B995FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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