Html Css Color HEX #B995EF Perfume

📋 copy color: '#B995EF'

red 185 ◦ green 149 ◦ blue 239

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

Shades of Perfume #B995EF

Tints of Perfume #B995EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.71%

R = 32.29%
G = 26%
B = 41.71%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B995EF (or 0xB995EF) is known color: Perfume. HEX triplet: B9, 95 and EF. RGB value is (185,149,239). Sum of RGB (Red+Green+Blue) = 185+149+239=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #B995EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B995EF is #466A10. Grayscale: #A9A9A9. Windows color (decimal): -4614673 or 15701433. OLE color: 15701433.

HSL color Cylindrical-coordinate representation of color #B995EF: hue angle of 264º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B995EF is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 149 239 -
CMYK 0.23 0.38 0 0.06
HSL 264º 0.74% 0.76% -
HSV(B) 264º 0.38% 0.94% -
XYZ 46.34 38.04 86.56 -
YUV 170.02 166.93 138.68 -
System Red Green Blue C M Y K H S L
Decimal 185 149 239 0.23 0.38 0 0.06 264 0.74 0.76
Hex B9 95 EF 17 26 0 6 108 4A 4C
Octal 271 225 357 27 46 0 6 410 112 114
Binary 10111001 10010101 11101111 10111 100110 0 110 100001000 1001010 1001100

Color Harmonies of #B995EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995EF

Black with #B995EF

Text Example


Text Example

White with #B995EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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