Html Css Color HEX #BC61FC Heliotrope

📋 copy color: '#BC61FC'

red 188 ◦ green 97 ◦ blue 252

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

Shades of Heliotrope #BC61FC

Tints of Heliotrope #BC61FC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.06%

 BLUE value IS 252 (98.83% from 255) = 46.93%

R = 35.01%
G = 18.06%
B = 46.93%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC61FC (or 0xBC61FC) is known color: Heliotrope. HEX triplet: BC, 61 and FC. RGB value is (188,97,252). Sum of RGB (Red+Green+Blue) = 188+97+252=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC61FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC61FC is #439E03. Grayscale: #8D8D8D. Windows color (decimal): -4431364 or 16540092. OLE color: 16540092.

HSL color Cylindrical-coordinate representation of color #BC61FC: hue angle of 275.23º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC61FC is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 97 252 -
CMYK 0.25 0.62 0 0.01
HSL 275.23º 0.96% 0.68% -
HSV(B) 275.23º 0.62% 0.99% -
XYZ 42.58 26.27 94.92 -
YUV 141.88 190.15 160.9 -
System Red Green Blue C M Y K H S L
Decimal 188 97 252 0.25 0.62 0 0.01 275.23 0.96 0.68
Hex BC 61 FC 19 3E 0 1 113 60 44
Octal 274 141 374 31 76 0 1 423 140 104
Binary 10111100 1100001 11111100 11001 111110 0 1 100010011 1100000 1000100

Color Harmonies of #BC61FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC61FC

Black with #BC61FC

Text Example


Text Example

White with #BC61FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC61FC; }

 p { color: rgb(188,97,252); }

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

background-color css

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

 a { background-color: rgb(188,97,252); }

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

border-color css

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

 span { border-color: rgb(188,97,252); }

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