Html Css Color HEX #BC7EF2 Heliotrope

📋 copy color: '#BC7EF2'

red 188 ◦ green 126 ◦ blue 242

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

Shades of Heliotrope #BC7EF2

Tints of Heliotrope #BC7EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.53%

R = 33.81%
G = 22.66%
B = 43.53%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC7EF2 (or 0xBC7EF2) is known color: Heliotrope. HEX triplet: BC, 7E and F2. RGB value is (188,126,242). Sum of RGB (Red+Green+Blue) = 188+126+242=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC7EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7EF2 is #43810D. Grayscale: #9D9D9D. Windows color (decimal): -4423950 or 15892156. OLE color: 15892156.

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

Color convert

RGB 188 126 242 -
CMYK 0.22 0.48 0 0.05
HSL 272.07º 0.82% 0.72% -
HSV(B) 272.07º 0.48% 0.95% -
XYZ 44.23 32.02 87.85 -
YUV 157.76 175.54 149.57 -
System Red Green Blue C M Y K H S L
Decimal 188 126 242 0.22 0.48 0 0.05 272.07 0.82 0.72
Hex BC 7E F2 16 30 0 5 110 52 48
Octal 274 176 362 26 60 0 5 420 122 110
Binary 10111100 1111110 11110010 10110 110000 0 101 100010000 1010010 1001000

Color Harmonies of #BC7EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7EF2

Black with #BC7EF2

Text Example


Text Example

White with #BC7EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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