Html Css Color HEX #BC7CF0 Heliotrope

📋 copy color: '#BC7CF0'

red 188 ◦ green 124 ◦ blue 240

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

Shades of Heliotrope #BC7CF0

Tints of Heliotrope #BC7CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.48%

R = 34.06%
G = 22.46%
B = 43.48%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC7CF0 (or 0xBC7CF0) is known color: Heliotrope. HEX triplet: BC, 7C and F0. RGB value is (188,124,240). Sum of RGB (Red+Green+Blue) = 188+124+240=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC7CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7CF0 is #43830F. Grayscale: #9B9B9B. Windows color (decimal): -4424464 or 15760572. OLE color: 15760572.

HSL color Cylindrical-coordinate representation of color #BC7CF0: hue angle of 273.1º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC7CF0 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 124 240 -
CMYK 0.22 0.48 0 0.06
HSL 273.1º 0.79% 0.71% -
HSV(B) 273.1º 0.48% 0.94% -
XYZ 43.67 31.4 86.2 -
YUV 156.36 175.2 150.57 -
System Red Green Blue C M Y K H S L
Decimal 188 124 240 0.22 0.48 0 0.06 273.1 0.79 0.71
Hex BC 7C F0 16 30 0 6 111 4F 47
Octal 274 174 360 26 60 0 6 421 117 107
Binary 10111100 1111100 11110000 10110 110000 0 110 100010001 1001111 1000111

Color Harmonies of #BC7CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CF0

Black with #BC7CF0

Text Example


Text Example

White with #BC7CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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