Html Css Color HEX #B694FF Perfume

📋 copy color: '#B694FF'

red 182 ◦ green 148 ◦ blue 255

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

Shades of Perfume #B694FF

Tints of Perfume #B694FF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.3%

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

R = 31.11%
G = 25.3%
B = 43.59%

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

#B694FF (or 0xB694FF) is known color: Perfume. HEX triplet: B6, 94 and FF. RGB value is (182,148,255). Sum of RGB (Red+Green+Blue) = 182+148+255=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #B694FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B694FF is #496B00. Grayscale: #A9A9A9. Windows color (decimal): -4811521 or 16749750. OLE color: 16749750.

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

Color convert

RGB 182 148 255 -
CMYK 0.29 0.42 0 0
HSL 259.07º 1% 0.79% -
HSV(B) 259.07º 0.42% 1% -
XYZ 47.93 38.34 99.48 -
YUV 170.36 175.76 136.3 -
System Red Green Blue C M Y K H S L
Decimal 182 148 255 0.29 0.42 0 0 259.07 1 0.79
Hex B6 94 FF 1D 2A 0 0 103 64 4F
Octal 266 224 377 35 52 0 0 403 144 117
Binary 10110110 10010100 11111111 11101 101010 0 0 100000011 1100100 1001111

Color Harmonies of #B694FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B694FF

Black with #B694FF

Text Example


Text Example

White with #B694FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B694FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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