Html Css Color HEX #BC7FFA Heliotrope

📋 copy color: '#BC7FFA'

red 188 ◦ green 127 ◦ blue 250

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

Shades of Heliotrope #BC7FFA

Tints of Heliotrope #BC7FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 22.48%

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

R = 33.27%
G = 22.48%
B = 44.25%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC7FFA (or 0xBC7FFA) is known color: Heliotrope. HEX triplet: BC, 7F and FA. RGB value is (188,127,250). Sum of RGB (Red+Green+Blue) = 188+127+250=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC7FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7FFA is #438005. Grayscale: #9E9E9E. Windows color (decimal): -4423686 or 16416700. OLE color: 16416700.

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

Color convert

RGB 188 127 250 -
CMYK 0.25 0.49 0 0.02
HSL 269.76º 0.92% 0.74% -
HSV(B) 269.76º 0.49% 0.98% -
XYZ 45.58 32.77 94.37 -
YUV 159.26 179.21 148.5 -
System Red Green Blue C M Y K H S L
Decimal 188 127 250 0.25 0.49 0 0.02 269.76 0.92 0.74
Hex BC 7F FA 19 31 0 2 10E 5C 4A
Octal 274 177 372 31 61 0 2 416 134 112
Binary 10111100 1111111 11111010 11001 110001 0 10 100001110 1011100 1001010

Color Harmonies of #BC7FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FFA

Black with #BC7FFA

Text Example


Text Example

White with #BC7FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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