Html Css Color HEX #BC64F6 Heliotrope

📋 copy color: '#BC64F6'

red 188 ◦ green 100 ◦ blue 246

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

Shades of Heliotrope #BC64F6

Tints of Heliotrope #BC64F6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.73%

 BLUE value IS 246 (96.48% from 255) = 46.07%

R = 35.21%
G = 18.73%
B = 46.07%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC64F6 (or 0xBC64F6) is known color: Heliotrope. HEX triplet: BC, 64 and F6. RGB value is (188,100,246). Sum of RGB (Red+Green+Blue) = 188+100+246=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC64F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC64F6 is #439B09. Grayscale: #8E8E8E. Windows color (decimal): -4430602 or 16147644. OLE color: 16147644.

HSL color Cylindrical-coordinate representation of color #BC64F6: hue angle of 276.16º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC64F6 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 100 246 -
CMYK 0.24 0.59 0 0.04
HSL 276.16º 0.89% 0.68% -
HSV(B) 276.16º 0.59% 0.96% -
XYZ 41.93 26.46 90.09 -
YUV 142.96 186.15 160.13 -
System Red Green Blue C M Y K H S L
Decimal 188 100 246 0.24 0.59 0 0.04 276.16 0.89 0.68
Hex BC 64 F6 18 3B 0 4 114 59 44
Octal 274 144 366 30 73 0 4 424 131 104
Binary 10111100 1100100 11110110 11000 111011 0 100 100010100 1011001 1000100

Color Harmonies of #BC64F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64F6

Black with #BC64F6

Text Example


Text Example

White with #BC64F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64F6; }

 p { color: rgb(188,100,246); }

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

background-color css

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

 a { background-color: rgb(188,100,246); }

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

border-color css

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

 span { border-color: rgb(188,100,246); }

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