Html Css Color HEX #BC8DF5 Perfume

📋 copy color: '#BC8DF5'

red 188 ◦ green 141 ◦ blue 245

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

Shades of Perfume #BC8DF5

Tints of Perfume #BC8DF5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.56%

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

R = 32.75%
G = 24.56%
B = 42.68%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC8DF5 (or 0xBC8DF5) is known color: Perfume. HEX triplet: BC, 8D and F5. RGB value is (188,141,245). Sum of RGB (Red+Green+Blue) = 188+141+245=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC8DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8DF5 is #43720A. Grayscale: #A6A6A6. Windows color (decimal): -4420107 or 16092604. OLE color: 16092604.

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

Color convert

RGB 188 141 245 -
CMYK 0.23 0.42 0 0.04
HSL 267.12º 0.84% 0.76% -
HSV(B) 267.12º 0.42% 0.96% -
XYZ 46.75 36.33 90.94 -
YUV 166.91 172.07 143.04 -
System Red Green Blue C M Y K H S L
Decimal 188 141 245 0.23 0.42 0 0.04 267.12 0.84 0.76
Hex BC 8D F5 17 2A 0 4 10B 54 4C
Octal 274 215 365 27 52 0 4 413 124 114
Binary 10111100 10001101 11110101 10111 101010 0 100 100001011 1010100 1001100

Color Harmonies of #BC8DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DF5

Black with #BC8DF5

Text Example


Text Example

White with #BC8DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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