Html Css Color HEX #BC78F2 Heliotrope

📋 copy color: '#BC78F2'

red 188 ◦ green 120 ◦ blue 242

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

Shades of Heliotrope #BC78F2

Tints of Heliotrope #BC78F2

RGB

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

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

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

R = 34.18%
G = 21.82%
B = 44%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC78F2 (or 0xBC78F2) is known color: Heliotrope. HEX triplet: BC, 78 and F2. RGB value is (188,120,242). Sum of RGB (Red+Green+Blue) = 188+120+242=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC78F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC78F2 is #43870D. Grayscale: #999999. Windows color (decimal): -4425486 or 15890620. OLE color: 15890620.

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

Color convert

RGB 188 120 242 -
CMYK 0.22 0.50 0 0.05
HSL 273.44º 0.82% 0.71% -
HSV(B) 273.44º 0.5% 0.95% -
XYZ 43.48 30.54 87.61 -
YUV 154.24 177.53 152.08 -
System Red Green Blue C M Y K H S L
Decimal 188 120 242 0.22 0.50 0 0.05 273.44 0.82 0.71
Hex BC 78 F2 16 32 0 5 111 52 47
Octal 274 170 362 26 62 0 5 421 122 107
Binary 10111100 1111000 11110010 10110 110010 0 101 100010001 1010010 1000111

Color Harmonies of #BC78F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC78F2

Black with #BC78F2

Text Example


Text Example

White with #BC78F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC78F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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