Html Css Color HEX #BC7EFF Heliotrope

📋 copy color: '#BC7EFF'

red 188 ◦ green 126 ◦ blue 255

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

Shades of Heliotrope #BC7EFF

Tints of Heliotrope #BC7EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.14%

 BLUE value IS 255 (100% from 255) = 44.82%

R = 33.04%
G = 22.14%
B = 44.82%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC7EFF (or 0xBC7EFF) is known color: Heliotrope. HEX triplet: BC, 7E and FF. RGB value is (188,126,255). Sum of RGB (Red+Green+Blue) = 188+126+255=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC7EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7EFF is #438100. Grayscale: #9E9E9E. Windows color (decimal): -4423937 or 16744124. OLE color: 16744124.

HSL color Cylindrical-coordinate representation of color #BC7EFF: hue angle of 268.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC7EFF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 126 255 -
CMYK 0.26 0.51 0 0
HSL 268.84º 1% 0.75% -
HSV(B) 268.84º 0.51% 1% -
XYZ 46.25 32.83 98.51 -
YUV 159.24 182.04 148.51 -
System Red Green Blue C M Y K H S L
Decimal 188 126 255 0.26 0.51 0 0 268.84 1 0.75
Hex BC 7E FF 1A 33 0 0 10D 64 4B
Octal 274 176 377 32 63 0 0 415 144 113
Binary 10111100 1111110 11111111 11010 110011 0 0 100001101 1100100 1001011

Color Harmonies of #BC7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EFF

Black with #BC7EFF

Text Example


Text Example

White with #BC7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EFF; }

 p { color: rgb(188,126,255); }

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

background-color css

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

 a { background-color: rgb(188,126,255); }

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

border-color css

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

 span { border-color: rgb(188,126,255); }

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