Html Css Color HEX #B99CF1 Perfume

📋 copy color: '#B99CF1'

red 185 ◦ green 156 ◦ blue 241

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

Shades of Perfume #B99CF1

Tints of Perfume #B99CF1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.8%

 BLUE value IS 241 (94.53% from 255) = 41.41%

R = 31.79%
G = 26.8%
B = 41.41%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B99CF1 (or 0xB99CF1) is known color: Perfume. HEX triplet: B9, 9C and F1. RGB value is (185,156,241). Sum of RGB (Red+Green+Blue) = 185+156+241=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #B99CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B99CF1 is #46630E. Grayscale: #AEAEAE. Windows color (decimal): -4612879 or 15834297. OLE color: 15834297.

HSL color Cylindrical-coordinate representation of color #B99CF1: hue angle of 260.47º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B99CF1 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 156 241 -
CMYK 0.23 0.35 0 0.05
HSL 260.47º 0.75% 0.78% -
HSV(B) 260.47º 0.35% 0.95% -
XYZ 47.77 40.44 88.51 -
YUV 174.36 165.61 135.59 -
System Red Green Blue C M Y K H S L
Decimal 185 156 241 0.23 0.35 0 0.05 260.47 0.75 0.78
Hex B9 9C F1 17 23 0 5 104 4B 4E
Octal 271 234 361 27 43 0 5 404 113 116
Binary 10111001 10011100 11110001 10111 100011 0 101 100000100 1001011 1001110

Color Harmonies of #B99CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CF1

Black with #B99CF1

Text Example


Text Example

White with #B99CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CF1; }

 p { color: rgb(185,156,241); }

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

background-color css

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

 a { background-color: rgb(185,156,241); }

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

border-color css

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

 span { border-color: rgb(185,156,241); }

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