Html Css Color HEX #BC8FFA Perfume

📋 copy color: '#BC8FFA'

red 188 ◦ green 143 ◦ blue 250

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

Shades of Perfume #BC8FFA

Tints of Perfume #BC8FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.61%

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 32.36%
G = 24.61%
B = 43.03%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC8FFA (or 0xBC8FFA) is known color: Perfume. HEX triplet: BC, 8F and FA. RGB value is (188,143,250). Sum of RGB (Red+Green+Blue) = 188+143+250=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC8FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FFA is #437005. Grayscale: #A8A8A8. Windows color (decimal): -4419590 or 16420796. OLE color: 16420796.

HSL color Cylindrical-coordinate representation of color #BC8FFA: hue angle of 265.23º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC8FFA is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 143 250 -
CMYK 0.25 0.43 0 0.02
HSL 265.23º 0.91% 0.77% -
HSV(B) 265.23º 0.43% 0.98% -
XYZ 47.82 37.24 95.11 -
YUV 168.65 173.91 141.8 -
System Red Green Blue C M Y K H S L
Decimal 188 143 250 0.25 0.43 0 0.02 265.23 0.91 0.77
Hex BC 8F FA 19 2B 0 2 109 5B 4D
Octal 274 217 372 31 53 0 2 411 133 115
Binary 10111100 10001111 11111010 11001 101011 0 10 100001001 1011011 1001101

Color Harmonies of #BC8FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FFA

Black with #BC8FFA

Text Example


Text Example

White with #BC8FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FFA; }

 p { color: rgb(188,143,250); }

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

background-color css

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

 a { background-color: rgb(188,143,250); }

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

border-color css

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

 span { border-color: rgb(188,143,250); }

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