Html Css Color HEX #BC8DFA Perfume

📋 copy color: '#BC8DFA'

red 188 ◦ green 141 ◦ blue 250

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

Shades of Perfume #BC8DFA

Tints of Perfume #BC8DFA

RGB

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

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

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

R = 32.47%
G = 24.35%
B = 43.18%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC8DFA (or 0xBC8DFA) is known color: Perfume. HEX triplet: BC, 8D and FA. RGB value is (188,141,250). Sum of RGB (Red+Green+Blue) = 188+141+250=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC8DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8DFA is #437205. Grayscale: #A7A7A7. Windows color (decimal): -4420102 or 16420284. OLE color: 16420284.

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

Color convert

RGB 188 141 250 -
CMYK 0.25 0.44 0 0.02
HSL 265.87º 0.92% 0.77% -
HSV(B) 265.87º 0.44% 0.98% -
XYZ 47.52 36.64 95.01 -
YUV 167.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 188 141 250 0.25 0.44 0 0.02 265.87 0.92 0.77
Hex BC 8D FA 19 2C 0 2 10A 5C 4D
Octal 274 215 372 31 54 0 2 412 134 115
Binary 10111100 10001101 11111010 11001 101100 0 10 100001010 1011100 1001101

Color Harmonies of #BC8DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DFA

Black with #BC8DFA

Text Example


Text Example

White with #BC8DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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