Html Css Color HEX #BC79EE Heliotrope

📋 copy color: '#BC79EE'

red 188 ◦ green 121 ◦ blue 238

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

Shades of Heliotrope #BC79EE

Tints of Heliotrope #BC79EE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.12%

 BLUE value IS 238 (93.36% from 255) = 43.51%

R = 34.37%
G = 22.12%
B = 43.51%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC79EE (or 0xBC79EE) is known color: Heliotrope. HEX triplet: BC, 79 and EE. RGB value is (188,121,238). Sum of RGB (Red+Green+Blue) = 188+121+238=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC79EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC79EE is #438611. Grayscale: #999999. Windows color (decimal): -4425234 or 15628732. OLE color: 15628732.

HSL color Cylindrical-coordinate representation of color #BC79EE: hue angle of 274.36º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC79EE is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 121 238 -
CMYK 0.21 0.49 0 0.07
HSL 274.36º 0.77% 0.7% -
HSV(B) 274.36º 0.49% 0.93% -
XYZ 43.01 30.54 84.52 -
YUV 154.37 175.2 151.99 -
System Red Green Blue C M Y K H S L
Decimal 188 121 238 0.21 0.49 0 0.07 274.36 0.77 0.7
Hex BC 79 EE 15 31 0 7 112 4D 46
Octal 274 171 356 25 61 0 7 422 115 106
Binary 10111100 1111001 11101110 10101 110001 0 111 100010010 1001101 1000110

Color Harmonies of #BC79EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC79EE

Black with #BC79EE

Text Example


Text Example

White with #BC79EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC79EE; }

 p { color: rgb(188,121,238); }

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

background-color css

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

 a { background-color: rgb(188,121,238); }

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

border-color css

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

 span { border-color: rgb(188,121,238); }

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