Html Css Color HEX #BC91F9 Perfume

📋 copy color: '#BC91F9'

red 188 ◦ green 145 ◦ blue 249

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

Shades of Perfume #BC91F9

Tints of Perfume #BC91F9

RGB

 RED value IS 188 (73.83% from 255) = 32.3%

 GREEN value IS 145 (57.03% from 255) = 24.91%

 BLUE value IS 249 (97.66% from 255) = 42.78%

R = 32.3%
G = 24.91%
B = 42.78%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC91F9 (or 0xBC91F9) is known color: Perfume. HEX triplet: BC, 91 and F9. RGB value is (188,145,249). Sum of RGB (Red+Green+Blue) = 188+145+249=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC91F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC91F9 is #436E06. Grayscale: #A9A9A9. Windows color (decimal): -4419079 or 16355772. OLE color: 16355772.

HSL color Cylindrical-coordinate representation of color #BC91F9: hue angle of 264.81º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC91F9 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 145 249 -
CMYK 0.24 0.42 0 0.02
HSL 264.81º 0.9% 0.77% -
HSV(B) 264.81º 0.42% 0.98% -
XYZ 47.96 37.78 94.39 -
YUV 169.71 172.75 141.04 -
System Red Green Blue C M Y K H S L
Decimal 188 145 249 0.24 0.42 0 0.02 264.81 0.9 0.77
Hex BC 91 F9 18 2A 0 2 109 5A 4D
Octal 274 221 371 30 52 0 2 411 132 115
Binary 10111100 10010001 11111001 11000 101010 0 10 100001001 1011010 1001101

Color Harmonies of #BC91F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC91F9

Black with #BC91F9

Text Example


Text Example

White with #BC91F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC91F9; }

 p { color: rgb(188,145,249); }

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

background-color css

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

 a { background-color: rgb(188,145,249); }

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

border-color css

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

 span { border-color: rgb(188,145,249); }

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