Html Css Color HEX #BC7CF1 Heliotrope

📋 copy color: '#BC7CF1'

red 188 ◦ green 124 ◦ blue 241

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

Shades of Heliotrope #BC7CF1

Tints of Heliotrope #BC7CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.42%

 BLUE value IS 241 (94.53% from 255) = 43.58%

R = 34%
G = 22.42%
B = 43.58%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC7CF1 (or 0xBC7CF1) is known color: Heliotrope. HEX triplet: BC, 7C and F1. RGB value is (188,124,241). Sum of RGB (Red+Green+Blue) = 188+124+241=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC7CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7CF1 is #43830E. Grayscale: #9C9C9C. Windows color (decimal): -4424463 or 15826108. OLE color: 15826108.

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

Color convert

RGB 188 124 241 -
CMYK 0.22 0.49 0 0.05
HSL 272.82º 0.81% 0.72% -
HSV(B) 272.82º 0.49% 0.95% -
XYZ 43.82 31.46 86.98 -
YUV 156.47 175.7 150.49 -
System Red Green Blue C M Y K H S L
Decimal 188 124 241 0.22 0.49 0 0.05 272.82 0.81 0.72
Hex BC 7C F1 16 31 0 5 111 51 48
Octal 274 174 361 26 61 0 5 421 121 110
Binary 10111100 1111100 11110001 10110 110001 0 101 100010001 1010001 1001000

Color Harmonies of #BC7CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CF1

Black with #BC7CF1

Text Example


Text Example

White with #BC7CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CF1; }

 p { color: rgb(188,124,241); }

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

background-color css

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

 a { background-color: rgb(188,124,241); }

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

border-color css

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

 span { border-color: rgb(188,124,241); }

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