Html Css Color HEX #BC93F5 Perfume

📋 copy color: '#BC93F5'

red 188 ◦ green 147 ◦ blue 245

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

Shades of Perfume #BC93F5

Tints of Perfume #BC93F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.24%

R = 32.41%
G = 25.34%
B = 42.24%

CMYK

 C value IS 0.23

 M value IS 0.4

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC93F5 (or 0xBC93F5) is known color: Perfume. HEX triplet: BC, 93 and F5. RGB value is (188,147,245). Sum of RGB (Red+Green+Blue) = 188+147+245=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC93F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC93F5 is #436C0A. Grayscale: #AAAAAA. Windows color (decimal): -4418571 or 16094140. OLE color: 16094140.

HSL color Cylindrical-coordinate representation of color #BC93F5: hue angle of 265.1º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC93F5 is Cyan = 0.23, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 147 245 -
CMYK 0.23 0.4 0 0.04
HSL 265.1º 0.83% 0.77% -
HSV(B) 265.1º 0.4% 0.96% -
XYZ 47.65 38.15 91.24 -
YUV 170.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 188 147 245 0.23 0.4 0 0.04 265.1 0.83 0.77
Hex BC 93 F5 17 28 0 4 109 53 4D
Octal 274 223 365 27 50 0 4 411 123 115
Binary 10111100 10010011 11110101 10111 101000 0 100 100001001 1010011 1001101

Color Harmonies of #BC93F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC93F5

Black with #BC93F5

Text Example


Text Example

White with #BC93F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC93F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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