Html Css Color HEX #BC78FE Heliotrope

📋 copy color: '#BC78FE'

red 188 ◦ green 120 ◦ blue 254

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

Shades of Heliotrope #BC78FE

Tints of Heliotrope #BC78FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.2%

R = 33.45%
G = 21.35%
B = 45.2%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC78FE (or 0xBC78FE) is known color: Heliotrope. HEX triplet: BC, 78 and FE. RGB value is (188,120,254). Sum of RGB (Red+Green+Blue) = 188+120+254=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC78FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC78FE is #438701. Grayscale: #9B9B9B. Windows color (decimal): -4425474 or 16677052. OLE color: 16677052.

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

Color convert

RGB 188 120 254 -
CMYK 0.26 0.53 0 0.00
HSL 270.45º 0.99% 0.73% -
HSV(B) 270.45º 0.53% 1% -
XYZ 45.34 31.28 97.41 -
YUV 155.61 183.53 151.1 -
System Red Green Blue C M Y K H S L
Decimal 188 120 254 0.26 0.53 0 0.00 270.45 0.99 0.73
Hex BC 78 FE 1A 35 0 0 10E 63 49
Octal 274 170 376 32 65 0 0 416 143 111
Binary 10111100 1111000 11111110 11010 110101 0 0 100001110 1100011 1001001

Color Harmonies of #BC78FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC78FE

Black with #BC78FE

Text Example


Text Example

White with #BC78FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC78FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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