Html Css Color HEX #BC93F1 Perfume

📋 copy color: '#BC93F1'

red 188 ◦ green 147 ◦ blue 241

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

Shades of Perfume #BC93F1

Tints of Perfume #BC93F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.84%

R = 32.64%
G = 25.52%
B = 41.84%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC93F1 (or 0xBC93F1) is known color: Perfume. HEX triplet: BC, 93 and F1. RGB value is (188,147,241). Sum of RGB (Red+Green+Blue) = 188+147+241=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC93F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC93F1 is #436C0E. Grayscale: #A9A9A9. Windows color (decimal): -4418575 or 15831996. OLE color: 15831996.

HSL color Cylindrical-coordinate representation of color #BC93F1: hue angle of 266.17º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC93F1 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 147 241 -
CMYK 0.22 0.39 0 0.05
HSL 266.17º 0.77% 0.76% -
HSV(B) 266.17º 0.39% 0.95% -
XYZ 47.05 37.91 88.06 -
YUV 169.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 188 147 241 0.22 0.39 0 0.05 266.17 0.77 0.76
Hex BC 93 F1 16 27 0 5 10A 4D 4C
Octal 274 223 361 26 47 0 5 412 115 114
Binary 10111100 10010011 11110001 10110 100111 0 101 100001010 1001101 1001100

Color Harmonies of #BC93F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93F1

Black with #BC93F1

Text Example


Text Example

White with #BC93F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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