Html Css Color HEX #B995EC Perfume

📋 copy color: '#B995EC'

red 185 ◦ green 149 ◦ blue 236

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

Shades of Perfume #B995EC

Tints of Perfume #B995EC

RGB

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

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

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

R = 32.46%
G = 26.14%
B = 41.4%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B995EC (or 0xB995EC) is known color: Perfume. HEX triplet: B9, 95 and EC. RGB value is (185,149,236). Sum of RGB (Red+Green+Blue) = 185+149+236=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #B995EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B995EC is #466A13. Grayscale: #A9A9A9. Windows color (decimal): -4614676 or 15504825. OLE color: 15504825.

HSL color Cylindrical-coordinate representation of color #B995EC: hue angle of 264.83º 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 #B995EC is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 149 236 -
CMYK 0.22 0.37 0 0.07
HSL 264.83º 0.7% 0.75% -
HSV(B) 264.83º 0.37% 0.93% -
XYZ 45.9 37.87 84.25 -
YUV 169.68 165.43 138.93 -
System Red Green Blue C M Y K H S L
Decimal 185 149 236 0.22 0.37 0 0.07 264.83 0.7 0.75
Hex B9 95 EC 16 25 0 7 109 46 4B
Octal 271 225 354 26 45 0 7 411 106 113
Binary 10111001 10010101 11101100 10110 100101 0 111 100001001 1000110 1001011

Color Harmonies of #B995EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995EC

Black with #B995EC

Text Example


Text Example

White with #B995EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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