Html Css Color HEX #BC93FC Perfume

📋 copy color: '#BC93FC'

red 188 ◦ green 147 ◦ blue 252

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

Shades of Perfume #BC93FC

Tints of Perfume #BC93FC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.04%

 BLUE value IS 252 (98.83% from 255) = 42.93%

R = 32.03%
G = 25.04%
B = 42.93%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC93FC (or 0xBC93FC) is known color: Perfume. HEX triplet: BC, 93 and FC. RGB value is (188,147,252). Sum of RGB (Red+Green+Blue) = 188+147+252=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC93FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC93FC is #436C03. Grayscale: #AAAAAA. Windows color (decimal): -4418564 or 16552892. OLE color: 16552892.

HSL color Cylindrical-coordinate representation of color #BC93FC: hue angle of 263.43º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC93FC is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 147 252 -
CMYK 0.25 0.42 0 0.01
HSL 263.43º 0.95% 0.78% -
HSV(B) 263.43º 0.42% 0.99% -
XYZ 48.74 38.59 96.97 -
YUV 171.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 188 147 252 0.25 0.42 0 0.01 263.43 0.95 0.78
Hex BC 93 FC 19 2A 0 1 107 5F 4E
Octal 274 223 374 31 52 0 1 407 137 116
Binary 10111100 10010011 11111100 11001 101010 0 1 100000111 1011111 1001110

Color Harmonies of #BC93FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93FC

Black with #BC93FC

Text Example


Text Example

White with #BC93FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93FC; }

 p { color: rgb(188,147,252); }

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

background-color css

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

 a { background-color: rgb(188,147,252); }

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

border-color css

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

 span { border-color: rgb(188,147,252); }

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