Html Css Color HEX #BC8EF3 Perfume

📋 copy color: '#BC8EF3'

red 188 ◦ green 142 ◦ blue 243

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

Shades of Perfume #BC8EF3

Tints of Perfume #BC8EF3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.78%

 BLUE value IS 243 (95.31% from 255) = 42.41%

R = 32.81%
G = 24.78%
B = 42.41%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC8EF3 (or 0xBC8EF3) is known color: Perfume. HEX triplet: BC, 8E and F3. RGB value is (188,142,243). Sum of RGB (Red+Green+Blue) = 188+142+243=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC8EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8EF3 is #43710C. Grayscale: #A6A6A6. Windows color (decimal): -4419853 or 15961788. OLE color: 15961788.

HSL color Cylindrical-coordinate representation of color #BC8EF3: hue angle of 267.33º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC8EF3 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 142 243 -
CMYK 0.23 0.42 0 0.05
HSL 267.33º 0.81% 0.75% -
HSV(B) 267.33º 0.42% 0.95% -
XYZ 46.59 36.51 89.39 -
YUV 167.27 170.74 142.79 -
System Red Green Blue C M Y K H S L
Decimal 188 142 243 0.23 0.42 0 0.05 267.33 0.81 0.75
Hex BC 8E F3 17 2A 0 5 10B 51 4B
Octal 274 216 363 27 52 0 5 413 121 113
Binary 10111100 10001110 11110011 10111 101010 0 101 100001011 1010001 1001011

Color Harmonies of #BC8EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8EF3

Black with #BC8EF3

Text Example


Text Example

White with #BC8EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8EF3; }

 p { color: rgb(188,142,243); }

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

background-color css

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

 a { background-color: rgb(188,142,243); }

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

border-color css

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

 span { border-color: rgb(188,142,243); }

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