Html Css Color HEX #B995ED Perfume

📋 copy color: '#B995ED'

red 185 ◦ green 149 ◦ blue 237

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

Shades of Perfume #B995ED

Tints of Perfume #B995ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.51%

R = 32.4%
G = 26.09%
B = 41.51%

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

#B995ED (or 0xB995ED) is known color: Perfume. HEX triplet: B9, 95 and ED. RGB value is (185,149,237). Sum of RGB (Red+Green+Blue) = 185+149+237=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #B995ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B995ED is #466A12. Grayscale: #A9A9A9. Windows color (decimal): -4614675 or 15570361. OLE color: 15570361.

HSL color Cylindrical-coordinate representation of color #B995ED: hue angle of 264.55º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B995ED is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 149 237 -
CMYK 0.22 0.37 0 0.07
HSL 264.55º 0.71% 0.76% -
HSV(B) 264.55º 0.37% 0.93% -
XYZ 46.04 37.92 85.01 -
YUV 169.8 165.93 138.84 -
System Red Green Blue C M Y K H S L
Decimal 185 149 237 0.22 0.37 0 0.07 264.55 0.71 0.76
Hex B9 95 ED 16 25 0 7 109 47 4C
Octal 271 225 355 26 45 0 7 411 107 114
Binary 10111001 10010101 11101101 10110 100101 0 111 100001001 1000111 1001100

Color Harmonies of #B995ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995ED

Black with #B995ED

Text Example


Text Example

White with #B995ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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