Html Css Color HEX #B695FF Perfume

📋 copy color: '#B695FF'

red 182 ◦ green 149 ◦ blue 255

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

Shades of Perfume #B695FF

Tints of Perfume #B695FF

RGB

 RED value IS 182 (71.48% from 255) = 31.06%

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

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

R = 31.06%
G = 25.43%
B = 43.52%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B695FF (or 0xB695FF) is known color: Perfume. HEX triplet: B6, 95 and FF. RGB value is (182,149,255). Sum of RGB (Red+Green+Blue) = 182+149+255=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #B695FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B695FF is #496A00. Grayscale: #AAAAAA. Windows color (decimal): -4811265 or 16750006. OLE color: 16750006.

HSL color Cylindrical-coordinate representation of color #B695FF: hue angle of 258.68º 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 #B695FF is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 149 255 -
CMYK 0.29 0.42 0 0
HSL 258.68º 1% 0.79% -
HSV(B) 258.68º 0.42% 1% -
XYZ 48.09 38.66 99.54 -
YUV 170.95 175.43 135.88 -
System Red Green Blue C M Y K H S L
Decimal 182 149 255 0.29 0.42 0 0 258.68 1 0.79
Hex B6 95 FF 1D 2A 0 0 103 64 4F
Octal 266 225 377 35 52 0 0 403 144 117
Binary 10110110 10010101 11111111 11101 101010 0 0 100000011 1100100 1001111

Color Harmonies of #B695FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B695FF

Black with #B695FF

Text Example


Text Example

White with #B695FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B695FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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