Html Css Color HEX #BF9FEF Perfume

📋 copy color: '#BF9FEF'

red 191 ◦ green 159 ◦ blue 239

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

Shades of Perfume #BF9FEF

Tints of Perfume #BF9FEF

RGB

 RED value IS 191 (75% from 255) = 32.43%

 GREEN value IS 159 (62.5% from 255) = 26.99%

 BLUE value IS 239 (93.75% from 255) = 40.58%

R = 32.43%
G = 26.99%
B = 40.58%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF9FEF (or 0xBF9FEF) is known color: Perfume. HEX triplet: BF, 9F and EF. RGB value is (191,159,239). Sum of RGB (Red+Green+Blue) = 191+159+239=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF9FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9FEF is #406010. Grayscale: #B1B1B1. Windows color (decimal): -4218897 or 15703999. OLE color: 15703999.

HSL color Cylindrical-coordinate representation of color #BF9FEF: hue angle of 264º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF9FEF is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 159 239 -
CMYK 0.20 0.33 0 0.06
HSL 264º 0.71% 0.78% -
HSV(B) 264º 0.33% 0.94% -
XYZ 49.46 42.1 87.18 -
YUV 177.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 191 159 239 0.20 0.33 0 0.06 264 0.71 0.78
Hex BF 9F EF 14 21 0 6 108 47 4E
Octal 277 237 357 24 41 0 6 410 107 116
Binary 10111111 10011111 11101111 10100 100001 0 110 100001000 1000111 1001110

Color Harmonies of #BF9FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9FEF

Black with #BF9FEF

Text Example


Text Example

White with #BF9FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9FEF; }

 p { color: rgb(191,159,239); }

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

background-color css

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

 a { background-color: rgb(191,159,239); }

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

border-color css

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

 span { border-color: rgb(191,159,239); }

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