Html Css Color HEX #BF94F0 Perfume

📋 copy color: '#BF94F0'

red 191 ◦ green 148 ◦ blue 240

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

Shades of Perfume #BF94F0

Tints of Perfume #BF94F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.45%

R = 32.99%
G = 25.56%
B = 41.45%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF94F0 (or 0xBF94F0) is known color: Perfume. HEX triplet: BF, 94 and F0. RGB value is (191,148,240). Sum of RGB (Red+Green+Blue) = 191+148+240=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF94F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF94F0 is #406B0F. Grayscale: #ABABAB. Windows color (decimal): -4221712 or 15766719. OLE color: 15766719.

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

Color convert

RGB 191 148 240 -
CMYK 0.20 0.38 0 0.06
HSL 268.04º 0.75% 0.76% -
HSV(B) 268.04º 0.38% 0.94% -
XYZ 47.8 38.55 87.36 -
YUV 171.35 166.75 142.02 -
System Red Green Blue C M Y K H S L
Decimal 191 148 240 0.20 0.38 0 0.06 268.04 0.75 0.76
Hex BF 94 F0 14 26 0 6 10C 4B 4C
Octal 277 224 360 24 46 0 6 414 113 114
Binary 10111111 10010100 11110000 10100 100110 0 110 100001100 1001011 1001100

Color Harmonies of #BF94F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF94F0

Black with #BF94F0

Text Example


Text Example

White with #BF94F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF94F0; }

 p { color: rgb(191,148,240); }

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

background-color css

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

 a { background-color: rgb(191,148,240); }

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

border-color css

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

 span { border-color: rgb(191,148,240); }

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