Html Css Color HEX #BC93F9 Perfume

📋 copy color: '#BC93F9'

red 188 ◦ green 147 ◦ blue 249

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

Shades of Perfume #BC93F9

Tints of Perfume #BC93F9

RGB

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

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

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

R = 32.19%
G = 25.17%
B = 42.64%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC93F9 (or 0xBC93F9) is known color: Perfume. HEX triplet: BC, 93 and F9. RGB value is (188,147,249). Sum of RGB (Red+Green+Blue) = 188+147+249=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC93F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC93F9 is #436C06. Grayscale: #AAAAAA. Windows color (decimal): -4418567 or 16356284. OLE color: 16356284.

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

Color convert

RGB 188 147 249 -
CMYK 0.24 0.41 0 0.02
HSL 264.12º 0.89% 0.78% -
HSV(B) 264.12º 0.41% 0.98% -
XYZ 48.27 38.4 94.49 -
YUV 170.89 172.08 140.21 -
System Red Green Blue C M Y K H S L
Decimal 188 147 249 0.24 0.41 0 0.02 264.12 0.89 0.78
Hex BC 93 F9 18 29 0 2 108 59 4E
Octal 274 223 371 30 51 0 2 410 131 116
Binary 10111100 10010011 11111001 11000 101001 0 10 100001000 1011001 1001110

Color Harmonies of #BC93F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93F9

Black with #BC93F9

Text Example


Text Example

White with #BC93F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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