Html Css Color HEX #BC78EE Heliotrope

📋 copy color: '#BC78EE'

red 188 ◦ green 120 ◦ blue 238

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

Shades of Heliotrope #BC78EE

Tints of Heliotrope #BC78EE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.98%

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

R = 34.43%
G = 21.98%
B = 43.59%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC78EE (or 0xBC78EE) is known color: Heliotrope. HEX triplet: BC, 78 and EE. RGB value is (188,120,238). Sum of RGB (Red+Green+Blue) = 188+120+238=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC78EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC78EE is #438711. Grayscale: #999999. Windows color (decimal): -4425490 or 15628476. OLE color: 15628476.

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

Color convert

RGB 188 120 238 -
CMYK 0.21 0.50 0 0.07
HSL 274.58º 0.78% 0.7% -
HSV(B) 274.58º 0.5% 0.93% -
XYZ 42.89 30.3 84.48 -
YUV 153.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 188 120 238 0.21 0.50 0 0.07 274.58 0.78 0.7
Hex BC 78 EE 15 32 0 7 113 4E 46
Octal 274 170 356 25 62 0 7 423 116 106
Binary 10111100 1111000 11101110 10101 110010 0 111 100010011 1001110 1000110

Color Harmonies of #BC78EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC78EE

Black with #BC78EE

Text Example


Text Example

White with #BC78EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC78EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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